Forum Discussion
Anonymous
4 years agoNot applicable
Put comma to a Card Visual with Text type column
Hi Guys, I want to create a Card visual that counts (distinct) text type column with commas on the visual. I already have the value decimal places set to 0 but there's no comma in the visual. ...
- 4 years ago
Create a measure instead:
Distinctcount = DISTINCTCOUNT (Table [Column])
You can then use the formatting options in the ribbon for the measure
PaulDBrown
4 years agoCommunity Champion
Create a measure instead:
Distinctcount = DISTINCTCOUNT (Table [Column])
You can then use the formatting options in the ribbon for the measure