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
All,
What am I doing in correctly on the formula below?
% Profiles Started = VALUE ( FORMAT ( DIVIDE ( TotalNumberOfSkills, [Total # Resources] ) * 100, "0.0" ) )
The result of the above is returning a string value.
Am I doing something incorrectly? Is there an alternative to formatting percentages in DAX?
Hi @igordossantos,
You don't need to use DAX functions to format the value of the measure in this scenario. In Power BI Desktop, you can just use Format option under Modeling tab to format the measure as Vvelarde mentioned above.
You can just use the formula below for the measure "% Profiles Started", then follow steps below to change format to Percentage for it.
% Profiles Started = DIVIDE ( TotalNumberOfSkills, [Total # Resources] )
1. Select the measure you want to format on the Fields.
2. Under Modeling tab, just choose Percentage for the Format of the measure.
Regards
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 |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 28 | |
| 22 | |
| 22 |