Forum Discussion
Anonymous
6 years agoNot applicable
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...
- Anonymous6 years ago
You can go ahead with anything as long as it's giving the correct result.. :)
Thanks.
Anonymous
6 years agoNot applicable
Hi,
This seems to be giving the similar result to my filter and summarize dax
Anonymous
6 years agoNot applicable
You can go ahead with anything as long as it's giving the correct result.. :)
Thanks.