Forum Discussion
james-f
10 years agoFrequent Visitor
Cannot get numbers to format with commas
I'm starting to learn Power BI to gauge it's possible used for my company. I've been looking around and find tutorials to understand some of the inner workings. Current I'm following the tutorial her...
- 10 years ago
Is a bug format to PBI; to solve this create a measure
Count-Amount= Count(Amount)
and use this in a card and format.
VV
Vvelarde
10 years agoCommunity Champion
- james-f10 years agoFrequent Visitor
That's pretty close, but for some reason that count field isn't being formatted
- Vvelarde10 years agoCommunity Champion
Is a bug format to PBI; to solve this create a measure
Count-Amount= Count(Amount)
and use this in a card and format.
VV
- Anonymous7 years agoNot applicable
Thank you SO much for this answer. I've been searching for days on how to get this done, but didn't realize I had to select the field first, then go to modeling in the PowerBI ribbon. I appreciate it!