Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
| User | Count |
|---|---|
| 64 | |
| 55 | |
| 44 | |
| 19 | |
| 14 |
| User | Count |
|---|---|
| 106 | |
| 105 | |
| 35 | |
| 26 | |
| 26 |