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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Ania26
Helper III
Helper III

Format Measure

Hello I have measure 

QTY = '2_Event_MAP'[Country]&" ("&'2_Event_MAP'[Sample QTY]&" )" and it looks like this  Australia (170000). How to make this number inside with thousend separator?
1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @Ania26 

QTY = '2_Event_MAP'[Country]&" ("&Format('2_Event_MAP'[Sample QTY], "#,##0")&" )" 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

3 REPLIES 3
Ania26
Helper III
Helper III

Yes! thank you 🙂

Happy to help 🙂

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
Ritaf1983
Super User
Super User

Hi @Ania26 

QTY = '2_Event_MAP'[Country]&" ("&Format('2_Event_MAP'[Sample QTY], "#,##0")&" )" 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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