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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
SearchingYT
Frequent Visitor

LOOKUPVALUE returning multiple values - I want to grab the largest value

Hi Power BI experts,

 

I have a simple question regarding lookupvalue function returning multiple values.

 

How can I code it to return the highest of those multiple values only. In my case it is a date, and I want it to return the latest date.

 

Thanks

1 ACCEPTED SOLUTION
SearchingYT
Frequent Visitor

I was able to solve this using CALCULATE function, taking the max of my date column and filtering lookup result;


Calculate(max(table.dateColumn), filter(table, table.id = mytable.id))

Hope this helps someone.

View solution in original post

3 REPLIES 3
SearchingYT
Frequent Visitor

I was able to solve this using CALCULATE function, taking the max of my date column and filtering lookup result;


Calculate(max(table.dateColumn), filter(table, table.id = mytable.id))

Hope this helps someone.

It worked perfectly for me, I used it with average instead of max, great contribution.

 

johnt75
Super User
Super User

Rather than LOOKUPVALUE you can use SELECTCOLUMNS .. TOPN, e.g.

Max Value =
SELECTCOLUMNS ( TOPN ( 1, 'Table', 'Table'[Date] ), "@val", 'Table'[Date] )

In the event that you have multiple entries with the same date then you would need to add another column to the TOPN ranking to ensure only a single value is returned, ideally a unique identifier column or an index column added through Power Query

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.