Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
diegolima
Helper III
Helper III

how to create a measure in power bi for search the major value in four column that not to have 0

Hello guys, how are you?

 

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.

 

how to create a measure in power bi for search the major value in four column 2.png

Can anybody help me?

 

Thank you all!

1 ACCEPTED SOLUTION
samdthompson
Memorable Member
Memorable Member

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

2021-08-18_8-14-27.jpg

 

Max if values >0

2021-08-18_8-16-50.jpg

 

 

// if this is a solution please mark as such. Kudos always appreciated.

View solution in original post

1 REPLY 1
samdthompson
Memorable Member
Memorable Member

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

2021-08-18_8-14-27.jpg

 

Max if values >0

2021-08-18_8-16-50.jpg

 

 

// if this is a solution please mark as such. Kudos always appreciated.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.