Forum Discussion

phanisri19's avatar
phanisri19
Regular Visitor
4 years ago

convert sql query to dax

Hi Experts,  I have sql query which needs to be converted to dax select count(id) as total from master where id in (select distinct pid from master where type = 'yes') and type = 'neutral'. ...