The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
76 | |
65 | |
52 | |
51 |
User | Count |
---|---|
128 | |
117 | |
78 | |
65 | |
63 |