Forum Discussion

vjnvinod's avatar
vjnvinod
Icon for Impactful Individual rankImpactful Individual
7 years ago

Measure help on decimal point

 

Dear community,

 

Below is my measure to calculate Margin %,  this is by default coming in 2 decimal point.

Can you help in tweaking this, so my output comes in 1 decimal point?

 

 

Margin% = IF(SUM(Inbound[NER_FYTD_Constant])=0,0,SUM(Inbound[MarginFYTD_Constant])/SUM((Inbound[NER_FYTD_Constant])))*100

3 Replies

    • vjnvinod's avatar
      vjnvinod
      Icon for Impactful Individual rankImpactful Individual

      Data_Cornering

       

      Formatting in modelling doesn't helps..

      Can you help to create that format function in my measure?

      Margin% = IF(SUM(Inbound[NER_FYTD_Constant])=0,0,SUM(Inbound[MarginFYTD_Constant])/SUM((Inbound[NER_FYTD_Constant])))*100

      • Anonymous's avatar
        Anonymous
        Not applicable

        HI vjnvinod,

         

        In fact, you can direct modify decimal place on format table.
        Choose your measure and click on format tab, then you'll find the property to modify displayed decimal place:

         

        Regards,

        Xiaoxin Sheng