Forum Discussion
Measure that counts Active subscribers
Hi Ashish_Mathur,
Your solution is this DAX formula:
DISTINCTCOUNT(Data[Product Id])
And it's not what I need as you can see in my question.
That is not correct. Please see the transformations (in the Query Editor) that i have applied to your dataset.
- xl09114 years agoHelper III
Thank you but I need a DAX solution.
- Anonymous4 years agoNot applicable
Hi xl0911 ,
I am sorry for late reply. Could you tell me if your issue has been solved? If it is, kindly Accept the helpful reply as the solution. More people will benefit from it.
Or you are still confused about it, please share your sample file with me agin. It seems that your transfer expired. I do not have access to your sample file.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- xl09113 years agoHelper III
Hello,
I solved it by the SQL Server data source level.