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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have created several dashboards to measure various metrics across the week etc.
I would like to be able to only display information that relates to a specific time period each day.
I would like to display from 06:00 the previous day to 06:00 of the current day (todays example would be 01/10/2018 06:00 to 02/10/2018 06:00)
I would like the filter to automaticaly change after refresh (example if the data is refreshed and the current date is now 03rd October the date range would be 02/10/2018 06:00 to 03/10/2018 06:00)
any pointers?
I have looked thruogh for visaul addons and slicers to do it, but I am thinking it may end up having to be a DAX command to get it to do what I want.
Thanks in advance
Jon
Solved! Go to Solution.
Hey.
I would create a new column on the Calendar Table.
On this column you would calculate your "mask" date (if after 6AM previous day and 6PM current day, or whatever).
Then, I would use this column for filtering.
To get always the last day, drag this column to the page filters on the right and set to "Relative" and then "Last n days".
I hope this helps.
Cheers.
Hey.
I would create a new column on the Calendar Table.
On this column you would calculate your "mask" date (if after 6AM previous day and 6PM current day, or whatever).
Then, I would use this column for filtering.
To get always the last day, drag this column to the page filters on the right and set to "Relative" and then "Last n days".
I hope this helps.
Cheers.
Worked Perfectly thankyou!