Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear Experts:
the following measure displays values smaller than 5.000 (5K) with two decimal places, e.g., 3,24K or 0,75K if I use the measure in a table visual. In Germany the thousand separator is the 'period' and the comma is the decimal separator.
The trouble is that I cannot use this measure in a bar chart since the FORMAT function converts the numeric result into a text string. Bar charts in Power BI require numeric values for the Y-axis, which is why My TotalSales-Measure could only be added to the Tooltips field bucket and not the Values field bucket.
Solved! Go to Solution.
You can use the same logic to apply dynamic formatting to the measure
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-dynamic-format-strings
You can use the same logic to apply dynamic formatting to the measure
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-dynamic-format-strings
HI Deku, thank you very much for these insights. This looks challenging at first glance, but I will work thru the whole matter. Thank you again.