Dear all,
I am trying to use PowerPivot to look at some OLAP data. For this example, I have two dimensions and one measure:
Item dimension: Item Class, Item Group, Item
Transaction Currency: Transaction Currency
Measure: Revenue in Transaction Currency
What I would like to achieve is the following:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item1[/TD]
[TD]EUR[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item1[/TD]
[TD]USD[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item2[/TD]
[TD]EUR[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item3[/TD]
[TD]USD[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]ItemClass1
[/TD]
[TD]Subtotal ItemGroup1
[/TD]
[TD][/TD]
[TD]EUR
[/TD]
[TD]400
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]USD
[/TD]
[TD]300
[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup2[/TD]
[TD]Item4[/TD]
[TD]EUR[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
In words - I want each item to be broken down by currency, and each subtotal to be broken down by currency.
I am able to get this sort of summary when I have the Item dimension expanded up to the Item Group level, but as soon as I expand it to the Item level, the subtotals are no longer split by currency, and instead sum up all of the lines regardless of currency (an obviously undesirable result).
I'd appreciate any ideas as to how to get this done, because I am at a complete loss and I have not been able to Google up a solution.
Thanks,
-C
I am trying to use PowerPivot to look at some OLAP data. For this example, I have two dimensions and one measure:
Item dimension: Item Class, Item Group, Item
Transaction Currency: Transaction Currency
Measure: Revenue in Transaction Currency
What I would like to achieve is the following:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item1[/TD]
[TD]EUR[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item1[/TD]
[TD]USD[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item2[/TD]
[TD]EUR[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup1[/TD]
[TD]Item3[/TD]
[TD]USD[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]ItemClass1
[/TD]
[TD]Subtotal ItemGroup1
[/TD]
[TD][/TD]
[TD]EUR
[/TD]
[TD]400
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]USD
[/TD]
[TD]300
[/TD]
[/TR]
[TR]
[TD]ItemClass1[/TD]
[TD]ItemGroup2[/TD]
[TD]Item4[/TD]
[TD]EUR[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
In words - I want each item to be broken down by currency, and each subtotal to be broken down by currency.
I am able to get this sort of summary when I have the Item dimension expanded up to the Item Group level, but as soon as I expand it to the Item level, the subtotals are no longer split by currency, and instead sum up all of the lines regardless of currency (an obviously undesirable result).
I'd appreciate any ideas as to how to get this done, because I am at a complete loss and I have not been able to Google up a solution.
Thanks,
-C