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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am using donut chart and it will be displaying numbers in "k" format.
I want the entire whole number instead of "k".
How to do this..?
For example, 2.3K should come as "2320".
0.21K should come as "41" like that...
i am using CALCULATE(COUNT()) for measuring...
How to do this..?
Solved! Go to Solution.
Hi @saivina2920
In the formatting pane, set the Display Units to "None". You may also want to set a fixed number of decimal places.
Hi @saivina2920
In the formatting pane, set the Display Units to "None". You may also want to set a fixed number of decimal places.
It's working and perfect..
Thanks..