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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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