Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I need to format numbers with space as thousand-separator and a comma as decimal-separator. Im very close but cant seem to get it working all the way:
Hi @Anonymous,
Power bi desktop uses the number format as your system region and currency symbols settings.
You can refer to amitchandak's links to modify them in your system settings but they will also affect the general numeric values stored in your system.
For format function, it will convert your number to text and display it with the specific format that you defined in the optional parameters.
I'd like to suggest you try to do formatting in your table field properties, it only changes the display value format and not affect the raw record values:
Use custom format strings in Power BI Desktop
Regards,
Xiaoxin Sheng
@Anonymous , you have to do regional setting
https://community.powerbi.com/t5/Desktop/Always-use-the-default-regional-settings/td-p/79108
https://audministrator.wordpress.com/2017/10/31/powerbi-number-and-currency-formatting/
@Anonymous
Is this what you want?
Column = FORMAT('Table'[Column1]/1000,"# ### ###.##")
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
78 | |
59 | |
36 | |
33 |
User | Count |
---|---|
94 | |
61 | |
56 | |
49 | |
41 |