Forum Discussion
hnguyen76
5 years agoResolver II
Conditional Filter On Different Tables
Hi All. I have an optimization question. Currently I have a measure that returns the correct values in which I'm looking for. The measure is as followed: VAR _DateFilter = DATESBETWEEN(Dim_Calen...
lbendlin
5 years agoSuper User
"
Of course, this does not work
"
Care to elaborate? You can assign tables to variables. Filters are tables. ("Everything in DAX is a table"). So this should work just fine, if a bit wasteful (especially for large tables)