Forum Discussion
Help with a complex problem please. Have tried 2 solutions.
- Anonymous2 years ago
Hi ben_har ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
Measure = CALCULATE(DISTINCTCOUNT('Table'[projects]),FILTER(ALLSELECTED('Table'),'Table'[date]<=MAX('Table'[date])))(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ben_har ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
Measure = CALCULATE(DISTINCTCOUNT('Table'[projects]),FILTER(ALLSELECTED('Table'),'Table'[date]<=MAX('Table'[date])))
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ben_har2 years agoFrequent Visitor
Thank you that worked like a charm!
Sorry to others as I could not provide a dataset due to senstivity.