Forum Discussion
Need help creating visual grouping in Matrix chart
- 2 years ago
I would do the following:
- Make sure you're using the matrix visual (looks like you're using a standard table?)
- Add the "category" column as a row in the matrix
- Add the "accounts" column as the second row in the matrix (under "category")
- Add your measure/value to the "Values" are of the matrix chart
- Expand out the "category" column using the "+" signs next to each category in the actual visual
- Switch off "row subtotals" in the visual format settings for the matrix chart
This should get you close if I understand your problem. As a quick note, providing a sample file or at least some data helps with troubleshooting - makes it much easier to understand the issue and communciate about a solution.
Hi CatEps ,
As sean_cochran said, you can provide more details with your desired out put and pbix file without privacy information. However I tried to create an example and you can follow the steps below:
1.Create a measure
total =
CALCULATE (
SUM ( 'Table'[Value] ),
FILTER ( ALL ( 'Table' ), 'Table'[Name] = SELECTEDVALUE ( 'Table'[Name] ) )
)
Final output:
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.