Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
As we know, in a pivot table expression always come after the dimensions. Now i have requirement where I need to show the expression before few of the dimension.
For Ex.
Year Country Sale Status
2015 Australia 1000 A
2015 India 2000 A
Sale column is a expression: sum(sales).
Is it possible to design the pivot table like this?
Please help
Thanks
Hi Sohini,
A straight table would be a better choice for you. You can drag the expression column along to the left but you can't have a horizontal dimension like you can in a pivot table.
Cheers
Hi, one option is load dimensions after the expression as an expression instead of dimension.
Other option is the reverse: load the expression as a calculated dimension:
=Aggr(Sum(Sale), Year, Country)
Not tested.