Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
igordossantos
Helper I
Helper I

FORMAT setting integer to string - DAX

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? 

2 REPLIES 2
v-ljerr-msft
Employee
Employee

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.

 

m1.PNG

 

2. Under Modeling tab, just choose Percentage for the Format of the measure.

 

f1.PNG

 

Regards

Vvelarde
Community Champion
Community Champion

@igordossantos

 

The change the format you can go to modeling:

 

%.png




Lima - Peru

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.