I have 2 tables
Transactions: Transaction Day,Transaction Month (jan-Dec), Amount (£)
Seasonality: Month (Jan-Dec), Seasonal Factor (80-130%)
I have created a relationship between transaction month and Seasonality[Month]
I can add a new column to the transaction table transaction[amount]/RELATED(seasonality[seasonal factor]) and works fine.
I wanted to avoid a new column and have this as a measure in the pivot table. I created a pivot table with transaction month as rows. When I added Seasonal factor I expected that it would filter the seasonality table by the month due to the relationship and therefore give me the seasonal factor for each month. However I just get 12 for the sum. I tried using various forms of RELATED, but it just says doesn't have any relationships in the current context.
Any advice appreciated.
Mike
I'm a bit confused why the relationship works in the powerpivot table, but not in a pivot table.
Transactions: Transaction Day,Transaction Month (jan-Dec), Amount (£)
Seasonality: Month (Jan-Dec), Seasonal Factor (80-130%)
I have created a relationship between transaction month and Seasonality[Month]
I can add a new column to the transaction table transaction[amount]/RELATED(seasonality[seasonal factor]) and works fine.
I wanted to avoid a new column and have this as a measure in the pivot table. I created a pivot table with transaction month as rows. When I added Seasonal factor I expected that it would filter the seasonality table by the month due to the relationship and therefore give me the seasonal factor for each month. However I just get 12 for the sum. I tried using various forms of RELATED, but it just says doesn't have any relationships in the current context.
Any advice appreciated.
Mike
I'm a bit confused why the relationship works in the powerpivot table, but not in a pivot table.