The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi BI Community,
Need quick,
Can someone tell me what is wrong with my syntax? I have a dynamic chart title and format both fixed and percent numbers. The % numbers is working but I can't for some reason get the fixed number to work. I want a "," to so seperate the thousands. In the below example, I want to show 1,585.
Thanks for your help.
My formula is
Thank you in advance
Solved! Go to Solution.
Instead of "#.#" with a period try "#,#" with a comma.
Did you try the thousand comma separator in the formatting section of Measure tools in measure?
Outcome:
Thanks PC2790 but I am doing this via DAX. It is a dynamic chart.
I have reformatted it as below but it still not giving me the comma for the thousands.
Instead of "#.#" with a period try "#,#" with a comma.
Thanks Alexis. It worked.
Much appreciated
Let me clarify, the formula is in text string so you can not format it in Measures.