Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ssspk
Helper III
Helper III

how to add Formatting comma for the Measure created custom?

Hello Team,

May I know how to add comma for the custom measure created? As of now its displying like ex: 2.6K, 1.9K, 28K

Measure:

Daily Active Users (DAU) =
CALCULATE(DISTINCTCOUNT(data[user]),
data[type] IN {4, 6}, data[appid] > 0)
 
Formatting Comma is Selected.
Attached image for your reference.
 
2.png
 
 
1.png
 
Thanks and regards,
Siva
1 ACCEPTED SOLUTION
vicky_
Super User
Super User

You need to change the display units to None (instead of Thousands). 

vicky__0-1724218750905.png

 

View solution in original post

1 REPLY 1
vicky_
Super User
Super User

You need to change the display units to None (instead of Thousands). 

vicky__0-1724218750905.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors