Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Need to convert this DAX query to SQL

Can anyone let me know how to convert Need to convert this DAX query to SQL   > 2% Net Outflows = IF(COUNTROWS(FILTER('Fund Flow','Fund Flow'[NET_PERCENT_1D] < -0.02)) = 0,BLANK(),COUNTROWS(FIL...