Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
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
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.