Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
Solved! Go to Solution.
@Anonymous,
I make a test using the following sample table.
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)
Regards,
Lydia
@Anonymous,
I make a test using the following sample table.
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)
Regards,
Lydia
@Anonymous Please try to have "Relative" date filters on the Slicer. That should work for you !!
Proud to be a PBI Community Champion
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
67 | |
58 | |
50 | |
36 | |
34 |
User | Count |
---|---|
86 | |
72 | |
58 | |
45 | |
44 |