Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 @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
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
72 | |
65 | |
46 |