Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Power Query Editor - filter a query column based on another query column

I have the following situation: One Date table with that includes information until the last date included in the SQL. Google Analytics connection that includes Google Adwords Costs until the very ...
  • CNENFRNL's avatar
    5 years ago
    = let max =MaxDate[MaxDate]{0} in Table.SelectRows(#"Changed Type", each [Date] <= max)