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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
MP_123
Microsoft Employee
Microsoft Employee

last 28 days on query editor

hi,

is someone know how to filter rows in query editor (#filtered rows) on the last 28 days?

 

thanks

1 ACCEPTED SOLUTION
SabineOussi
Skilled Sharer
Skilled Sharer

Hi MP_123,

 

Go to the Query Editor, select the column in question. When filtering, choose Date Filters, then "In the Previous..." and specify how many days you want to filter on.

This can also be applied to all date/time fields not only days.

 

Note that your column must be of data type Date in order to do the correct filtering.

 

Hope this helps!

View solution in original post

2 REPLIES 2
Greg_Deckler
Community Champion
Community Champion

You can do something like:

 

DateTime.From([Date]) - DateTime.LocalNow()

This will return a duration and you can check how many days are in there and set the filter on import to only be greater than so many days.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
SabineOussi
Skilled Sharer
Skilled Sharer

Hi MP_123,

 

Go to the Query Editor, select the column in question. When filtering, choose Date Filters, then "In the Previous..." and specify how many days you want to filter on.

This can also be applied to all date/time fields not only days.

 

Note that your column must be of data type Date in order to do the correct filtering.

 

Hope this helps!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors