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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

only show decimal point when there is a value after 10k

Hi Team,

 

I wanted to show one decimal point if the Sales value exceeds 10,000 for example 10.5K if it is less than 10,000 then it should value without decimal point for example 9023

 

I can't use Format function as that would convert the measure to Text and i can't use that text measure in bar chart.

 

Could you please help me on this ?

 

Thanks,

Shubham

 

 

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , You can try like and set decimal format to auto

sumx(Table, if([sales]<10000, round([sales],0) , round([sales],2)))

 

But I doubt this will work because internally it might still have a fixed decimal places.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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