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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
denis163
Frequent Visitor

Can't get the latest date - evaluation cancelled

Hi all!

 

Is there any options how can I get the latest date in the date column without "latest date" function? Because it doesn't work in with my table in power query and after 10 minutes loading just gives me "Evaluation was cancelled".

 

I have a pretty big table with millions rows from the middle of the 2021 year and I only need the latest date in the column Source.Name. I tried to make it shorter by keeping only 1000 bottom rows, but the result is the same - "Evaluation was cancelled".

I also tried different data filters - "in the previous ...", "after ..." and it loads forever again.

denis163_1-1682074576492.png

 

Is there any other option in power query, that can help effectively filter this column only by the latest date?

 

Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @denis163 ,

Please add a step like:

= Table.SelectRows(PreviousStepName, each [Source.Date] = List.Max(PreviousStepName[Source.Date]))

vcgaomsft_0-1682301447161.png

 

Best Regards,
Gao

Community Support Team

 

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 in the Power BI Forum

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @denis163 ,

Please add a step like:

= Table.SelectRows(PreviousStepName, each [Source.Date] = List.Max(PreviousStepName[Source.Date]))

vcgaomsft_0-1682301447161.png

 

Best Regards,
Gao

Community Support Team

 

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 in the Power BI Forum

Syndicate_Admin
Administrator
Administrator

Hi @Syndicate_Admin 

 

Try this formula:   

Measure = MAX(TableName[DateColumnName])
Let me know if it solves your problem.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.