Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have matrix table as below where the % is worked out from measure/days available.
How can I get the total (in bold) to be the % of that total i.e. 67/441 - 15% and not 319%?
Thanks in advance 🙂
Solved! Go to Solution.
hi, @carly_030
I'm happy to answer your questions. Here I offer my solution,We can use the following dax formula:
Column = CALCULATE(DIVIDE(SUM(Tabelle1[meausre]),SUM('Tabelle1'[day])))
Then change the format of the calculated column to percentage:
The results are as follows:
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi, @carly_030
I'm happy to answer your questions. Here I offer my solution,We can use the following dax formula:
Column = CALCULATE(DIVIDE(SUM(Tabelle1[meausre]),SUM('Tabelle1'[day])))
Then change the format of the calculated column to percentage:
The results are as follows:
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 70 | |
| 38 | |
| 29 | |
| 26 |