Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Is there any other option in power query, that can help effectively filter this column only by the latest date?
Thanks!
Solved! Go to Solution.
Hi @denis163 ,
Please add a step like:
= Table.SelectRows(PreviousStepName, each [Source.Date] = List.Max(PreviousStepName[Source.Date]))
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
Hi @denis163 ,
Please add a step like:
= Table.SelectRows(PreviousStepName, each [Source.Date] = List.Max(PreviousStepName[Source.Date]))
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
Try this formula:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.