Forum Discussion
xl0911
4 years agoHelper III
Measure that counts Active subscribers
Hello, This is a continuation ticket from a previous ticket I opened, following my prompting mistakes, which accumulated a lot of messages that were simply difficult to follow and I was advised t...
Ashish_Mathur
4 years agoSuper User
Hi,
I have contributed to your original thread. Have you reviewed my solution?
- xl09114 years agoHelper III
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.
- Ashish_Mathur4 years agoSuper User
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.