I have large tables of sales data with products that are split into various groups.
Some managers like sales split into individual groups, for example with the rows showing sales for:
Flips
Flops
Blips
Blobs
Some managers like the rows combined:
Flips & Flops
Blips & Blobs
Prior to PowerPivot, I just created Calculated Items to achieve this (simply =Flips+Flops and =Blips+Blobs)
I have searched high & low to find a solution and have drawn a blank so far. How do I achieve this with PowerPivot?
Is it done with DAX or should it be done by creating a custom set (with some MDX expressions)?
Either way, I would appeciate some hand-holding through this. Any help would be very much appreciated.
Some managers like sales split into individual groups, for example with the rows showing sales for:
Flips
Flops
Blips
Blobs
Some managers like the rows combined:
Flips & Flops
Blips & Blobs
Prior to PowerPivot, I just created Calculated Items to achieve this (simply =Flips+Flops and =Blips+Blobs)
I have searched high & low to find a solution and have drawn a blank so far. How do I achieve this with PowerPivot?
Is it done with DAX or should it be done by creating a custom set (with some MDX expressions)?
Either way, I would appeciate some hand-holding through this. Any help would be very much appreciated.