Forum Discussion
jaouad
9 years agoFrequent Visitor
Add units
Hi, I would like to add "tons" unit in the column quantity. Thanks for you support. Regards, Jaouad
- 9 years ago
Dear Victor,
Thank you for your help !!
Regards,
Jaouad
jaouad
9 years agoFrequent Visitor
Sorry, the values are already in tons. No calculation needed.
I want to add "tons" like "$" after or before the values.
For example : 1 000 tons, 1 000 $, 1 000 €...
I don't know where we can personalize the values in the dashboard.
Thanks & regards,
Jaouad
Vvelarde
9 years agoCommunity Champion
Add in your measure the Word "Tons"
Like this:
ValueTons = CALCULATE(SUM(Table2[Value]) & " Tons")
Replace the table and columns accord to your data.