This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I am having an issue producing the correct output.
In the picture above, all values are individual KPI visuals. I have a calculated metric for 3.4 Audience Spend (Avg.) which is 3.2 / 3.1, which produces $6.09 in the 2nd column and $6.06 in the 3rd column. Both of these values are set to Currency in the data modelling tab with 2 decimals configured.
In the 5th column, the $0.03 highlighted is the difference between $6.09 and $6.06.
Now, the number circled in red is supposed to be percentage change between these two calculated measures (i.e. ($6.09 - $6.06) / $6.06), which is, rounded to 2 decimals, 0.5%, however as you can see the measure is showing 0.53%.
I believe Power BI is not rounding for 2 decimals in the measures that are being used in the calculation for the lift measure. How do I fix this to show 0.5%?
Solved! Go to Solution.
@Anonymous I don't believe you can change the rounding of the actual number just of the number in the visual. If you just want to show 0.5% you'll have to change the rounding of the number of decimals in the modeling tab to 1.
You may be able to write code in power query to round the numbers coming in, but that is outside my knowledge.
@Anonymous I don't believe you can change the rounding of the actual number just of the number in the visual. If you just want to show 0.5% you'll have to change the rounding of the number of decimals in the modeling tab to 1.
You may be able to write code in power query to round the numbers coming in, but that is outside my knowledge.
I believe you are right @cmilligan262 , you cannot change the rounding of the actual number. Instead used ROUND() function within my measure.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 26 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 49 | |
| 32 | |
| 27 | |
| 22 |