Forum Discussion
Matrix Table Visual Breakdown/Drilldown by Column
- 3 years ago
1. Go to Power Query Editor, select expense and sales column, unpivot those columns.
2. Create a new table for replace the blank space in the Matrix.
*Home - select create newtable. Enter column name Project Mgr and their name.3.Once you created a table, create a measure in the new table, using this formula
Measure = SUM(Sheet8[Value])+04. Then, form the matrix like below, you will get the desire output.
1. Go to Power Query Editor, select expense and sales column, unpivot those columns.
2. Create a new table for replace the blank space in the Matrix.
*Home - select create newtable. Enter column name Project Mgr and their name.
3.Once you created a table, create a measure in the new table, using this formula
Measure = SUM(Sheet8[Value])+0
4. Then, form the matrix like below, you will get the desire output.
- newpbiuser013 years agoHelper V
Thanks Priya1969! worked like a charm 🙂