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
mcornfield
Helper III
Helper III

Multi Row Card Display Unit

Is there an option to change the Display Units in the Multi Row Card? For Example to Millions/Billions 4M 1B. Or is there another downloadable Visual that gives me the same look as a multi Row card with this option?

 

Thanks!

1 ACCEPTED SOLUTION
v-rzhou-msft
Community Support
Community Support

Hi @mcornfield 

Currently, multi-row-card can't format display units like single card visual. But you can achieve your goal by building measures.

Single card visual has display units in Date Lable.

1.png

Multi-row-card doesn't.

2.png

I build a sample table to have a test.

1.png

Measure:

 

M_Cost = 
VAR _A = DIVIDE(SUM('Table'[Cost]),10^6)
return
_A&""&"M"
M_QTY = 
VAR _A = DIVIDE(SUM('Table'[QTY]),10^8)
return
_A&""&"B"

 

If you want to show Million you can build a measure like M_Cost, or billion you can build a measure like M_QTY.

Result:

3.png

You can vote up the idea for display units function in multi-row-card. Link: Idea

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

View solution in original post

2 REPLIES 2
v-rzhou-msft
Community Support
Community Support

Hi @mcornfield 

Currently, multi-row-card can't format display units like single card visual. But you can achieve your goal by building measures.

Single card visual has display units in Date Lable.

1.png

Multi-row-card doesn't.

2.png

I build a sample table to have a test.

1.png

Measure:

 

M_Cost = 
VAR _A = DIVIDE(SUM('Table'[Cost]),10^6)
return
_A&""&"M"
M_QTY = 
VAR _A = DIVIDE(SUM('Table'[QTY]),10^8)
return
_A&""&"B"

 

If you want to show Million you can build a measure like M_Cost, or billion you can build a measure like M_QTY.

Result:

3.png

You can vote up the idea for display units function in multi-row-card. Link: Idea

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

amitchandak
Super User
Super User

@mcornfield , I do not see any option, you may set measure properties from measure tools

 

Data Format New Rib.png

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.