Forum Discussion
Distinct count from another table on max date
- 2 years ago
Hi Sibrulotte - You need to follow a structured approach to ensure that you're considering only the clients that have transactions on the maximum date without duplication
Use the below measure
DistinctClientCountOnMaxDate =
VAR MaxDateValue = [MaxDate]RETURNCALCULATE(DISTINCTCOUNT(Table2[Client]),FILTER(Table1,Table1[Date] = MaxDateValue))output:can you please use the above logic and let know.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!! - 2 years ago
Hi Sibrulotte - You need to follow a structured approach to ensure that you're considering only the clients that have transactions on the maximum date without duplication
Use the below measure
DistinctClientCountOnMaxDate =
can you please use the above logic and let know.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
- vajifdardevdatt2 years agoNew Member
Please can someone help me with what I can buy to practice for the Microsoft Power BI exam after two weeks I have an exam