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