Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vanquisher11
Frequent Visitor

Adding Units

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

1 ACCEPTED SOLUTION

Hi @vanquisher11,

 

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Another 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.

MFelix
Super User
Super User

Hi @vanquisher11,

 

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi 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 @vanquisher11,

 

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.