I am working on a report in BI that includes 2 datasets. The screenshot below is of DataSet2 where I am trying to write a MDX filter expression for the query. What is the formula so that the query only shows rows from the past 2 months from today. I tried a few different formulas…[GamingDay].[Date] > CDate(DateAdd(‘m’,-2,Now())) and it returns an error. What is the correct formula to do this?
1 January 2019
first? Do that before trying theCDate()
expression, and let us know what your full MDX query was. – Magnus Smith