Forum Discussion
phanisri19
4 years agoRegular Visitor
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'. ...
BeaBF
4 years agoSuper User