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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

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
Anonymous
Not applicable

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

3 REPLIES 3
Anonymous
Not applicable

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. 

Whenever I try this, it uses that measure as a title for the Multi-Row Card and not something to display on the Multi-Row Card. I need my measures to reflect the correct display Units. 

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.