Forum Discussion

2 Replies

  • v-ljerr-msft's avatar
    v-ljerr-msft
    Microsoft 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.

     

     

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

     

     

    Regards