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'.
Thanks,
Phanisri
3 Replies
- BeaBFSuper User
Can you provide any details?
Eg:
- do you need a calculated column, a measure, a table ...?
- table example
- result you expectB.
- phanisri19Regular Visitor
BeaBF , I need either as a measure or column for the above query
- BeaBFSuper User