Forum Discussion
wzorn40
4 years agoNew Member
Conditional CALCULATE based on if a table ISEMPTY
I'm trying to create a measure that conditionally picks what type of filter to used based on if the results of one filter returns an empty table. This measure feeds a line chart. The DAX is below. ...
wzorn40
4 years agoNew Member
UPDATE: It has something to do with the conditional statement. If I substitule "TRUE" or "FALSE" instead of the ISEMPTY() function, it works correctly.