March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
@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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
113 | |
79 | |
56 | |
55 | |
44 |
User | Count |
---|---|
176 | |
116 | |
77 | |
62 | |
54 |