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)
Solved! Go to Solution.
Create a measure instead:
Distinctcount = DISTINCTCOUNT (Table [Column])
You can then use the formatting options in the ribbon for the measure
Proud to be a Super User!
Paul on Linkedin.
Create a measure instead:
Distinctcount = DISTINCTCOUNT (Table [Column])
You can then use the formatting options in the ribbon for the measure
Proud to be a Super User!
Paul on Linkedin.
Hi @swaggerboy69 , 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
Proud to be a Super User!
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
368 | |
100 | |
68 | |
57 | |
51 |
User | Count |
---|---|
336 | |
124 | |
90 | |
72 | |
68 |