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
Anonymous
Not applicable

Comma in value

Hi,

I am using a Card visualization to display a value, I have managed to concatenate $ in the total sum(i.e $"&calculate(ROUND(SUM(Table1[Net]),0)))

 

But I also require the value to be included with Commas as below

 

Actual                                   Expected

$1526501                             $1,526,501

 

 

Thanks,

Ravi

1 ACCEPTED SOLUTION
Phil_Seamark
Microsoft Employee
Microsoft Employee

Have you tried leaving the $ off and formatting the measure using the format functions on the ribbon?

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

2 REPLIES 2
Phil_Seamark
Microsoft Employee
Microsoft Employee

Have you tried leaving the $ off and formatting the measure using the format functions on the ribbon?

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

Thanks Phil, as you sugessted I applied the direct formating for the measures and it works fine.

Capture.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