Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm trying to filter a table in power query so that it only shows results from the max date within the report date column but my List. Max doesn't work as can't be converted to list.
I've also tried using change type but then get a module reference error
Help!
Solved! Go to Solution.
try using lower case c in both places ie., #"Removed columns" . Make sure the step name is identical to what you are referencing
try using lower case c in both places ie., #"Removed columns" . Make sure the step name is identical to what you are referencing
= Table.SelectRows(#"Removed Columns", let max = List.Max(#"Removed Columns"[Report Date]) in each [Report Date] = max)
Check out the July 2025 Power BI update to learn about new features.