Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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!