Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
I;m trying to group my Accounts into categories (see excel sheet below to get general idea of goal). I've tried to create a category column in the data input, but then it just sums the totals by category instead of treating it a a header/label for the accounts
Currently this is what it looks like, some accounts will be unlabled but I don't mind just assigning them a third category.
Any advice on how to make my visual have those indents?
Solved! Go to Solution.
I would do the following:
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.
I would do the following:
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.
This was it! I was using a company template so it had the +/- icons turned off which is why I reached a standstill. Now that I've found that setting everything else falls into place. Much appreciated, will try to include files in the future.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
73 | |
70 | |
70 | |
45 | |
41 |
User | Count |
---|---|
49 | |
47 | |
30 | |
28 | |
27 |