Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a matrix in power bi as below
| City | item 1 | item 2 | item 3 | Totals |
| C1 | 30 | 34 | 21 | 85 |
| C2 | 22 | 34 | 21 | 77 |
| C3 | 32 | 33 | 43 | 108 |
the values are distinct counts of IDs and the totals are provided by power bi
now I want the same table but with percentage (each value divided by the Total of the row)
for example C1,item1 = 30/85
so I will get something as below
| City | item 1 | item 2 | item 3 | Total |
| C1 | 35% | 40% | 25% | 100% |
| C2 | 29% | 44% | 27% | 100% |
| C3 | 30% | 31% | 40% | 100% |
Solved! Go to Solution.
Hi @Anonymous
Please use the measures same as attached file:
result in file:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Working as expected thank you!
you are welcome!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!