Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
86 | |
85 | |
66 | |
49 |
User | Count |
---|---|
140 | |
113 | |
104 | |
64 | |
60 |