Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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.  ...
  • PaulDBrown's avatar
    4 years ago

    Create a measure instead:

    Distinctcount = DISTINCTCOUNT (Table [Column])
    You can then use the formatting options in the ribbon for the measure