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
I want to add a unit on each of my values
Desired Table
Measure 1 Values
Profits £500
Sales 30000
EBITDA 90%
How do I create a column/measure such that There's a unit corresponding my values?
I tried using concatenate, but numbers are transformed to text format, which is not ideal in my case.
Thank you!
Kind Regards,
Matt
Solved! Go to Solution.
Hi @Anonymous,
You use exactly as a column:
Formated measure = FORMAT (SUM(Table[Column]), "### €")
You can do it as I place it on top calculating your measure or make a new one and use the first measure on your syntax.
Regards,
Mfelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAnother solution would be to format your visual as a MATRIX, and then in the values section of the formatting options, check the box for "Put Measures on Rows".
That way you can put your 3 individual measures in the visual, and all of them can have their own formatting, as determined in the modeling tab.
Hi @Anonymous,
Don't know if your measures are in a single formula or using different ones, instead of concateneta you can use the FORMAT something like this:
MEASURE = FORMAT ( [Measure]; "£ ###") MEASURE = FORMAT ( [Measure]; "###") MEASURE = FORMAT ( [Measure]; "###%")
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi Felix,
Thank you very much! But my measure is on one formula.. how do I use the FORMAT function if that's teh case?
thank you!
Hi @Anonymous,
You use exactly as a column:
Formated measure = FORMAT (SUM(Table[Column]), "### €")
You can do it as I place it on top calculating your measure or make a new one and use the first measure on your syntax.
Regards,
Mfelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck 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 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |