Forum Discussion
Karthi_0502
1 year agoNew Member
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...
- 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”
Jihwan_Kim
1 year agoSuper User
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”