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! Learn more
Used below DAX to format set of numbers, inorder to show percentage as percentage, number as numbers.
Solved! Go to Solution.
The FORMAT() syntax always converts the value to string. So if your aim is to make calculations it is not possible to use FORMAT().
To my knowledge you will not be able to mix percentage with number formatting while still maintaining numeric format on your column/measure.
In case anybody stumbles across this in future, you can now select "dynamic" formatting from the taskbar and use an expression to alter formatting between % and # as needed. For example:
The FORMAT() syntax always converts the value to string. So if your aim is to make calculations it is not possible to use FORMAT().
To my knowledge you will not be able to mix percentage with number formatting while still maintaining numeric format on your column/measure.
Is it possible nowadays?
Hi @vitorgps ,
To my knowledge this is still the case.
But you can always have a completly numeric measure in the backgroud that you use for calculations, while displaying the formatted one.
So if you have two formatted measures displaying both numeric and percentage formats:
Measure 1 (formatted)
Measure 2 (formatted)
You can then have copies of those, that are completly numeric:
Measure 3 (numeric)
Measure 4 (numeric)
You can then calculate a new measure 5, dependant on measure 3 & 4. Then you format measure 5 to match the formatting of 1 & 2.
Hope this helps,
J
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 37 | |
| 31 | |
| 30 |