Forum Discussion
Searching data in common from two list
- 3 years ago
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
https://1drv.ms/u/s!AiUZ0Ws7G26RhzRl8052qJ9QGeVp?e=Vhf0Px
look at this, the principle of the solution is one
https://community.powerbi.com/t5/Desktop/Managing-absences-per-month/m-p/3165816#M1068662
or
- Anonymous3 years agoNot applicable
Hi Ahmedx , thanks for the reply.
I don't understand how this is going to help. What I see in those topics, is to count how many dates are in both list.
What I need is something like this:
CALCULATE ( [Distinct Count Customers]
, [one of the dates in the List of the dates selected from dimDates]
in
[List of Dates between Start Date and End_Date]
)[one of the dates in the List of the dates selected from dimDates]: This list is going to be all the dates between 1st and 31st of March 2023
[List of Dates between Start Date and End_Date]: This list is going to be for each line from the fact that I wrote above.