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.

 

Instead of 394869, i want it to be 394,869.

The column type is a Text and it's count is Count (Distinct)

 

  

 

  • Create a measure instead:

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

2 Replies

  • Nathaniel_C's avatar
    Nathaniel_C
    Community 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

     

  • PaulDBrown's avatar
    PaulDBrown
    Community Champion

    Create a measure instead:

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