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.
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..