Forum Discussion

aln_mb31's avatar
aln_mb31
Regular Visitor
3 years ago

Get a value from another value in same table

Hi,

 

I'm trying to get the "max status" of a ticket based on a column called "paso"

I'm expecting to have the max status value as the following:

 

In this case max_paso is 4 so I will need to status corresponding to that paso

Is this something that we can achieve in powerbi?

I already tried with a lookupvalue but I'm getting an error

 

1 Reply

  • HotChilli's avatar
    HotChilli
    Community Champion

    The LOOKUPVALUE is not using the correct fields as parameters.

    It should be :

    LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>)