Forum Discussion

jaouad's avatar
jaouad
Frequent Visitor
9 years ago
Solved

Add units

Hi,

 

I would like to add "tons" unit in the column quantity.

 

Thanks for you support.

 

Regards,

 

Jaouad

ton

  • jaouad's avatar
    jaouad
    9 years ago

    Dear Victor,

     

    Thank you for your help !!

     

    Regards,

     

    Jaouad

     

8 Replies

  • gmckinnon's avatar
    gmckinnon
    Frequent Visitor

    This is a old post, but I have found a solution that works for me. 

    If you go to the "Model" tab and click the measure you can add a custom text field like "tons" as below.

     

    Then use this measure will now show the unit of measument. 

     

     

  • Can you please elaborate it further. Your question does not make any sense.

    • jaouad's avatar
      jaouad
      Frequent Visitor

      Dear Bhavesh,

       

      In the dashboard, I would like to add units like "tons".

       

      Please check the picture below :

       

       

       

      Thanks for your support,

       

      Jaouad

      • BhaveshPatel's avatar
        BhaveshPatel
        Super User

        For this, You need to convert your net weights to tons using DIVIDE function. There is no auto settings for this.

         

        To do this,

         Create below Measure,

         

        Tons:=DIVIDE(Sum(Table1[NET WEIGHT]), 0.00110231,2)

         

        This will give you the expected results.