Forum Discussion
Anonymous
6 years agoNot applicable
Power BI remove row breakdown for some group values
Hi, I have blelow data, the value of Total = Inventory + Trade + Others. What I want to see in the matrix is to have only one line for Total, I don't want the breakdown of the Accounts for T...
- 6 years ago
Hi Anonymous
Create a calculated column like
cate = SWITCH(TRUE(),[Group] in {"Inventory", "Trade", "Others"},"total")Add matrix like:
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-juanli-msft
Community Support
6 years agoHi Anonymous
Create a calculated column like
cate = SWITCH(TRUE(),[Group] in {"Inventory", "Trade", "Others"},"total")
Add matrix like:
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.