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
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
User | Count |
---|---|
64 | |
55 | |
46 | |
31 | |
31 |
User | Count |
---|---|
84 | |
74 | |
49 | |
48 | |
41 |