Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I having problems to format some values that are being showing in a Matrix, just I did some trick in order to simulate the Totals and Averages, I have changed to values data types from int to text, my goal is show blanks in the matrix instance of zeros, well do I need to do is put commas to the values, just liek the screenshot shonws.
Solved! Go to Solution.
Hi @Rigoleto
Thanks to ChrisMendoza, i can test with it successfully.
Column =
VAR right =
RIGHT ( [Column1], 3 )
VAR left =
SUBSTITUTE ( [Column1], right, "" )
RETURN
COMBINEVALUES ( ",", left, right )
Best regards
maggie
Format([Column1], "#,##0")
great 👍
Thanks @iris-yip this is the right answer the other examples don't work for 100,000 and above.
You could try something like what I've show in https://community.powerbi.com/t5/Desktop/Spacing-between-values/m-p/437119#M201622.
Just change the " " (space) to ","
Proud to be a Super User!
Hi @Rigoleto
Thanks to ChrisMendoza, i can test with it successfully.
Column =
VAR right =
RIGHT ( [Column1], 3 )
VAR left =
SUBSTITUTE ( [Column1], right, "" )
RETURN
COMBINEVALUES ( ",", left, right )
Best regards
maggie
Select the data you want to format, then head to modeling, and choose format, or hit the comma in the formatting box.
Hey,
Remember the value is a Text value, just I did change from numeric to text, now Do I want to do is put some commas
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 60 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 106 | |
| 106 | |
| 40 | |
| 29 | |
| 28 |