Forum Discussion

Karthi_0502's avatar
Karthi_0502
New Member
1 year ago
Solved

Issue in Dynamic Formatting

Hi, I'm facing an issue with dynamic formatting in Power BI. I need a measure that returns either Total / Count based on the slicer selection. If "Total" is selected, the measure should format t...
  • Jihwan_Kim's avatar
    1 year ago

    Hi,

    I think, the format string for Thousand with K or Million with M should be something like below.

    In your code, I think you missed some commas.

    “$#,##0,.0 K”

    “$#,##0,,.0M”