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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Date filter except last 6 days

I want to automatically create a date filter that always disregards the last 6 days.
For example, I have a database for the last 30 days and I want to get the data disregarding the last 6 days.
For example, today is the 30th, I have data from the 1st, if I disregard the last 6 days I would have to have data from the 1st to the 24th.
Can anyone help me, to do this filter in power query?

 

thanks!

4 REPLIES 4
Anonymous
Not applicable

= Table.SelectRows(PriorStepOrTableName, each [Date] < Date.AddDays(Date.From(DateTime.LocalNow()), -6))

 

--Nate

Anonymous
Not applicable

Hi @Anonymous 

Didn't work. The expression error in "PriorStepOrTableName"

 

vinicius_ramos_0-1697556164207.png


Do you have any other suggestions?

 

Tks

Hi @Anonymous

With "PriorStepOrTableName" @Anonymous is referring to the name of the prior step/table in your coding. Hope this helps!

Anonymous
Not applicable

Hello, @RobinHaerkens 

 

Sorry I dont understand, I need to create a new custom colunm?

 

tks.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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