Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
Can any one help me to have thousand separator in this dax formula please ?
I want to add separator to the second card like first one.
Thank you 🙂
Solved! Go to Solution.
@FZOU , Try like
"Total " & format(sum('Total Resource'[resources]), "#,###") & " K"
or
"Total " & format(sum('Total Resource'[resources])/1000, "#,###") & " K"
Refer the below portion of the blog for formats
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings
@FZOU , Try like
"Total " & format(sum('Total Resource'[resources]), "#,###") & " K"
or
"Total " & format(sum('Total Resource'[resources])/1000, "#,###") & " K"
Refer the below portion of the blog for formats
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings
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 |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |