Forum Discussion
Lookup does not return value for all exact similar rows
- Anonymous4 years ago
Hi amirghaderi ,
Try this. Please create a new calculated column.
Booking Code Description = MAXX ( FILTER ( 't_BB', 't_A'[Booking Code] = 't_BB'[EA / Jobcard] ), 't_BB'[Description] )I look forward to hearing from you.
Community Support Team_GaoIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi amirghaderi ,
Try this. Please create a new calculated column.
Booking Code Description =
MAXX (
FILTER ( 't_BB', 't_A'[Booking Code] = 't_BB'[EA / Jobcard] ),
't_BB'[Description]
)
I look forward to hearing from you.
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Thanks for this. Yes it worked!.
But, would you please advise, if you know the reason the lookup function was not working?