Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
My problem is setting a variable date filter/restriction on multiple reports.
I have four reports which all share the same dataset. The goal is that the endusers can't see the data beyond a certain date.
The date is entered from a manager after he reviews the data and it gets read into a table.
Id | Modul | Key | Wert | Datum |
19 | - | Report1 | 202301 | 31.01.2023 |
20 | - | Report2 | 202301 | 31.01.2023 |
21 | - | Report3 | 202301 | 31.01.2023 |
22 | - | Report4 | 20230101 | 01.01.2023 |
Key refers to the report the date should be applied to.
Table with the desired date value
I can manualy set the date filter to my specified date, but i don't know how i can implement it to change variable every month.
Is there a possibility to implement this?
Alternatively it would also help if there would be a way to just restrict this date slicer to only allow the selection of the specified month.
Year and Month
Thank you for your help.
Solved! Go to Solution.
You could add extra columns to the date table, one for each report, which defines whether that date is visible in that report. Use LOOKUPVALUE to get the appropriate date from the entered table and if the current date is less than or equal to that then return true.
You can then apply report level filters on the appropriate column in each report.
You could add extra columns to the date table, one for each report, which defines whether that date is visible in that report. Use LOOKUPVALUE to get the appropriate date from the entered table and if the current date is less than or equal to that then return true.
You can then apply report level filters on the appropriate column in each report.
Thank you very much. It worked
User | Count |
---|---|
97 | |
78 | |
77 | |
49 | |
26 |