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