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
Nathaniel_C
4 years agoCommunity Champion
Hi Anonymous , click on the measure name in the fields, then go to the top of the screen and select the comma.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel