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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have a value generated by a DAX formula which ultimately is pretty simple, but whenever I click to show the value as a percentage of column total, the values seem out of wack. This visual is filtered down to top 5 as well, just in case that matters.
Here is the table without the percentage showing. "Telematics Event by Employee" is generated by "Telematics Event" divided by "Count of EmployeeKey." As shown below, this seems accurate.
Here is the option I am selecting to convert to a percentage.
Once converted to a percentage, the values seem off.
When I utilize excel, this is closer to what I would expect to see.
Solved! Go to Solution.
Hi @PhillipC1
There is no option to format "automatic aggregations" if drag and drop.
So you need to create a dax measure for the wanted percentage.
You can use the Allselected DAX function for this goal.
For example if I have sales and categories this will look like :
The pbix with the example is attached.
The video guide for using this Allselected is here :
https://www.youtube.com/watch?v=gD8yLTtyW1k&t=269s
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @PhillipC1
There is no option to format "automatic aggregations" if drag and drop.
So you need to create a dax measure for the wanted percentage.
You can use the Allselected DAX function for this goal.
For example if I have sales and categories this will look like :
The pbix with the example is attached.
The video guide for using this Allselected is here :
https://www.youtube.com/watch?v=gD8yLTtyW1k&t=269s
If this post helps, then please consider Accepting 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 |
|---|---|
| 50 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 76 | |
| 41 | |
| 26 | |
| 26 |