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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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 SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.