Forum Discussion
Visual - > Card -> Data Format
I want to show all the values with comma as the thousand separator. For example, 22,505, and not 22.505K.
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn says #,##0 it should work, but I could not get it to work. Any help would be appreciated. Thanks.
Hi, you would need to first give 'Display Unit' under 'Value' 'None' before custom formatting it under Properties.
3 Replies
- grazitti_sapnaSuper User
Hi thiamhuat2026,
Select the measure and unbder home menu click on "," to add comma as separator.
π I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
π‘ Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
π As a proud SuperUser and Microsoft Partner, weβre here to empower your data journey and the Power BI Community at large.
π Curious to explore more? [Discover here].
Letβs keep building smarter solutions together! - cengizhanarslanSuper User
Select your Total Cases measure in the Fields pane β go to Modeling tab β Format β Custom β type the format string: "#,##0"
- MasonMASuper User
Hi, you would need to first give 'Display Unit' under 'Value' 'None' before custom formatting it under Properties.