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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Sadapa07
Frequent Visitor

Display Units Option for Multi Row card.

Hi there,

 

I have a multi-row card, want to display all the metrics in this card to Millions. I couldn't find the option to format this. Is there any thing similar to Card visual where we can change the display units?

 

Thanks,

Sandeep

2 REPLIES 2
robmaytum
New Member

Found a way to achieve this. Duplicate your measure and then use DAX format to apply accordingly.

 

e.g.

To get measure to return as millions

Measure = format(sum(field),"#,#0,,.00M")

 

Had been pulling hair trying to get an answer on this one

v-xicai
Community Support
Community Support

Hi @Sadapa07 ,

 

It is not supported to implement your demand displaying Units Option for Multi Row card in Power BI Desktop currently .There is an idea about this issue, please vote it up, https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/36797572-multi-row-card , to improve the Power BI Desktop.

 

It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

We also submitted this feedback to the product group internally, so that the product group can pay attention to this problem and speed up the issue repairing.

 

Best Regards,

Amy

 

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

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors