Forum Discussion

Gerald23's avatar
Gerald23
Helper I
4 years ago
Solved

Filter by date in source step

Hi Everyone,

 

Would it be possible to filter by date in the source settings within the Power Query editor?

 

I currently have setup an extra step that filters all records to only show data which is after 1-1-2020 but if possible i would like to apply this filtering in the Source step already because I think that would be better for performance reasons.

 

Is this possible and how would my query look like?

 

 

In Advanced Editor: #"Filtered Rows" = Table.SelectRows(#"Changed Type", each [Period.Date Value] > #date(2020, 1, 1)),

 

 

3 Replies