Forum Discussion
Item Mix Visualization
1 meaning they have that item and 0 meaning the dont
i want to be able to see the different combinations of items customers buy and how it affects my total revenue
Hi Anonymous
So for the above example, what is your ideal result? Can you also mock that up in Excel?
- Phil_Seamark9 years agoMicrosoft Employee
and are those rows individual transactions or purchases over time?
- Anonymous9 years agoNot applicable
their purchases over time, not transactions
- Anonymous9 years agoNot applicable
i guess something like this where i am able to see the different impacts of item combination on this particular KPI
- Phil_Seamark9 years agoMicrosoft Employee
If you only have 4 columns as per your example you could just create a new calculated column like this
mix = 'Table1'[Item 1] & "," & 'Table1'[Item 2] & "," & 'Table1'[Item 3] & "," & 'Table1'[Item 4]
and then drag that to a Grid and sum your Revenue column. I suspect your real example isn't so straight forward??
- Anonymous9 years agoNot applicable
i have 4 items i need combinations of it sounds like this would be listing out all 24 combinations for separate revenue
i was hoping to be able to use a treemap so you could select the combinations better and accounting for these different combinations would happen behind the scenes automatically like when im selecting different regions for sales data across the states