Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 31 | |
| 27 |