Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
96 | |
91 | |
82 | |
69 |
User | Count |
---|---|
159 | |
125 | |
116 | |
111 | |
95 |