Forum Discussion
mazzurri
6 years agoRegular Visitor
DateDiff with SSAS Live Connection
I would like to filter my table by line items greater than 5 days old. I would need to take State_Created_Date and subtract it from the Current_Time (both are date/time fields) . When I try to do a Measure it doesn't let me select any of those dates in my formula.
try to use SELECTEDVALUE() over column name in measure, like SELECTEDVALUE([State_Created_Date])