Forum Discussion
schoden
6 years agoPost Partisan
COUNTIF
Hi All, I am confused why there is variance between these two approach. To count the member where conditions are: a. status = closed or resolved b. date is Yesterday I created measure cl...
schoden
6 years agoPost Partisan
amitchandak Thanks for your response.
yes I did it that way also . It gives same result - with and without FILTER
Anonymous
6 years agoNot applicable
Hi schoden u need and if, in order to give a specific behavior with and without filter, try with this
mesuare = IF(SELECTEDVALUE('Table'[Date])>1,,SUM('Table'[value]), CALCULATE(SUM('Table'[value]), 'Table'[Date] = TODAY()-1))
I leave you the .pbix
thanks and regards