Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table that receives daily 4 values sent by a device, in total there are 6 columns (one for the date, one for the device and one for each value). I need to make a measure or column that selects the highest value among the colunas, but I also need the other columns not to be in 0.
Can anybody help me?
Thank you all!
Solved! Go to Solution.
Hello. I am not 100% sure what you want the column to return. I suspect its a problem best overcome in power query but here is a DAX solution anyway. Here are two solutions that I think might work for you:
Max only if all values>0
Max if values >0
Hello. I am not 100% sure what you want the column to return. I suspect its a problem best overcome in power query but here is a DAX solution anyway. Here are two solutions that I think might work for you:
Max only if all values>0
Max if values >0