Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hey all,
I have one dax to calculate either WOS or inventory (see below). Given that, I want to show 1 decimal of my WOS, but integer for my inventory. How should I edit my dax to reflect what I want?
I treid both fixed and round function, but none works for me. Thanks!
Solved! Go to Solution.
Hello @naoyixue1
you can use the format() function to get the desired output
check the demo measure below
@Anonymous Thanks!
Hello @naoyixue1
you can use the format() function to get the desired output
check the demo measure below