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
JIblasco
Helper I
Helper I

Display a value with different units of measure

Good morning

I would like to know the best way to get the value of a column from a table with unit of measure. In this table I am saving different concepts, and depending on it, the value can be, "units", "seconds", "percentages". I mean:

id_conceptoValueunit of measurevalue to show
15Seconds

5 sec.

25400megabytes

5400 MB

375Percentage

75%

What would be the best option?.

Thanks in advance.

1 ACCEPTED SOLUTION

Good @amitchandak,

Thank you, instead of a measure I have made a new column in the query that concatenates both fields.

Best regards

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@JIblasco , Try a measure like

sum(Table[Value]) & " " & max(Table[unit of measure]

Good @amitchandak,

Thank you, instead of a measure I have made a new column in the query that concatenates both fields.

Best regards

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.