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
Hello,
I have a column in a table called name and that is accociated with another column called count. I'm trying to make a new column/measure that finds the total count and then divides each count row by that total count.
I made a quick example below:
I have the name and count columns. I want to add the count column and then divide each count row by that total count.
Thank you so much!
Solved! Go to Solution.
maybe you can try
countrows(table) / calculate(countrows(table),all(table))
Proud to be a Super User!
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 |
|---|---|
| 55 | |
| 48 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |