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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Use [Today] in filters

Hello all

 

I’ve built a report which should be filtered in two ways.

StatusActiveOn should be every date less or equal today

StatusDeadOn should be every date greater than today

 

So far i added 2 slicers and selected the correct dates. But it should select the correct dates automatically, i tried adding a page level filter but it seems that i cant use any functions (Today..) or calculated columns there.

Is there a way to achieve the expected result without using the manual slicer option?

 

It should be the case that the date(today) automatically refreshes, but we already use a schedule on this report so i dont think that should be a problem.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous,


I make a test using the following sample table.
1.PNG

I created a calculated column and drag it to page level filter, everything works well. Could you please share sample data of your table so that I can test?

chkdate = IF(Table1[Date]<=TODAY(),1,0)

2.PNG3.PNG

Regards,
Lydia

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@Anonymous,


I make a test using the following sample table.
1.PNG

I created a calculated column and drag it to page level filter, everything works well. Could you please share sample data of your table so that I can test?

chkdate = IF(Table1[Date]<=TODAY(),1,0)

2.PNG3.PNG

Regards,
Lydia

PattemManohar
Community Champion
Community Champion

@Anonymous Please try to have "Relative" date filters on the Slicer. That should work for you !!

 

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.