Forum Discussion

yjk3140's avatar
yjk3140
Helper I
3 years ago

Convert SQL query into DAX

Hi, I have converted the SQL query below into DAX  select count(job_id)from( select distinct job_id, job_active_status,last_execution_datetime from table1 s1 where job_active_status = "PAUSED" an...