Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi - This is a very simple thing, but I can't figure out how to do it. I have a table that has wireless phone number and status of the line. I want a pie chart that shows percentage of active versus suspended lines. Easy enough - but how do I get a comma in the "1917" below?
Solved! Go to Solution.
Use a measure and format.
Measure = COUNTA('Table'[WirelessUserStatus])
Proud to be a Super User!
Use a measure and format.
Measure = COUNTA('Table'[WirelessUserStatus])
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.