This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
I have this table:
For each one of these categories, they have their own formulas that all look like this:
Which all are displayed on 2 separate graphs like this:
Now, what I'm trying to figure out how to do is to simplify this process. It currently works as intended, but I'm sure there's a way to gather these counts and percentages without having to give each category 2 of it's own formulas?
Solved! Go to Solution.
Very likely as you can display an aggregation as "Percent of Grand Total". If you have your groups, why do you need an individual calculation for each category count versus a measure that is simply "Measure = COUNT('Case'[CaseNumber])" The context of the measure in the visualization should relegate this to the correct "Origin" if you have Origin as the Legend for example.
Very likely as you can display an aggregation as "Percent of Grand Total". If you have your groups, why do you need an individual calculation for each category count versus a measure that is simply "Measure = COUNT('Case'[CaseNumber])" The context of the measure in the visualization should relegate this to the correct "Origin" if you have Origin as the Legend for example.
@Greg_Deckler You're right! I always realize the answer to my question right after asking. Thanks Greg!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 51 | |
| 48 | |
| 44 | |
| 21 | |
| 21 |