Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I would like to add "tons" unit in the column quantity.
Thanks for you support.
Regards,
Jaouad

Solved! Go to Solution.
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.
Dear Bhavesh,
In the dashboard, I would like to add units like "tons".
Please check the picture below :
Thanks for your support,
Jaouad
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.
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
Add in your measure the Word "Tons"
Like this:
ValueTons = CALCULATE(SUM(Table2[Value]) & " Tons")
Replace the table and columns accord to your data.
This doesn't work for us. If we add the & "Tons" - Part the chart is empty
Dear Victor,
Thank you for your help !!
Regards,
Jaouad
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 34 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |