Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

sql to DAX

Hi, Can you please let me know if the following sql should give the same result as the followed DAX? Thank you   select p.[field1], count(distinct p.[field3]) AS "Mycount" from TableP AS p IN...
  • Anonymous's avatar
    Anonymous
    6 years ago

    You can go ahead with anything as long as it's giving the correct result.. :)

    Thanks.