Hello everyone.
Right now I am trying to solve one problem in my report pages. Basically I need to see all the results in my Power BI reports but the date filter should exclude last 7 days from current date. Is it possible to add just some simple collumn or I need to re-adjust all the formulas that are used in the tables?
Thank You in advance.
Solved! Go to Solution.
you could create a filter that uses dateadd
Less7Days =
DATEADD ( date, -7, DAY )
Proud to be a Super User!
you could create a filter that uses dateadd
Less7Days =
DATEADD ( date, -7, DAY )
Proud to be a Super User!