Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have a clustered column chart visualization which looks like this:
What I would like to achieve to calculate GT%, but not using the real grand total, but the X-axis Category elements totals, for example:
Category 1 Sub-category 1 should be 35,44%
and here is the breakdown of the cacluation:
Summing up the Category 1 elements: 2879 + 1462 + 234 + 549 + 2600 + 399 = 8123
Then Category 1 GT will be divided by the Category 1 - Subcategory 1 = 2879 / 8123 = 35,44%
Which DAX calculation can I use, I tried ALLEXPECT and other functions without success.
Solved! Go to Solution.
Hi @Anonymous
You can use a measure :
The pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @Anonymous
Simply try below measure
I hope i answered your question!
Hi @Anonymous
You can use a measure :
The pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
How obvious... thank you so much! 🙂
Happy to help😊
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 25 |