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
Can you provide any details?
Eg:
- do you need a calculated column, a measure, a table ...?
- table example
- result you expect
B.
phanisri19
4 years agoRegular Visitor
BeaBF , I need either as a measure or column for the above query