Forum Discussion
Item Mix Visualization
Hi Anonymous
So for the above example, what is your ideal result? Can you also mock that up in Excel?
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
- Phil_Seamark9 years agoMicrosoft Employee
Hi Anonymous
I'm keen to understand more about what you mean about selecting combinations.
Feel free to DM me with a PBIX file with more detail so I can help more.