Forum Discussion

Sadapa07's avatar
Sadapa07
Frequent Visitor
7 years ago

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

  • v-xicai's avatar
    v-xicai
    Icon for Community Support rankCommunity 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.

     

  • 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