Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
narmadhavijay3
Frequent Visitor

Dynamic display units

I want my data to show dynamically millions or thousands according to their values size(if value is too small,i want it in thousands or if value is big,i want it in millions)without any measure. Is there any way for this?

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @narmadhavijay3 ,

 

Unfortunately, Power BI does not provide a function to do that without measure. But only adjust the format of the whole column as the same format. It sounds interesting and submit this idea to power bi ideas web site.

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@narmadhavijay3 , Usually when using Auto at a visual level it should Auto adjust. Otherwise you can write a logic

 

like

Switch(True(),

[Value]>1000000, format([Value]/1000000, "#,###M",

[Value]>1000, format([Value]/1000, "#,###K",

//add other

)

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.