Forum Discussion
Anonymous
6 years agoNot applicable
Summarizing columns from three different date ranges(Please let me know if this the correct approah)
I have created a report that would filter based on three date ranges as below DateFilterRange = IF(MAX(vw_patientListNew[StatusDate]) in UNION(VALUES(DateRange1[Date]),VALUES(DateRange2[Da...
richbenmintz
Resident Rockstar
6 years agoHi Anonymous,
Are you able to provide some sample data and what the expected outcome would be. One thing to note is that calcuated columns do not evaluate in the context of any filters or slicers applied to the report, they are calcluated when the model is processed, the values are then locked in place. Measures on the other hand are evaluated when the model is queried by the report.
Hope that makes sense