Forum Discussion
manideep547
6 years agoHelper III
sql to dax
select distinctcount(*) from table where Date<' date' andDate>' date 'and customers id in (select Customer Id from table where date<'date' and date>' date ')
manideep547
6 years agoHelper III
Correct me if I'm wrong
I used INTERSECT Dax function with countRows
Mariusz
Mariusz
6 years agoCommunity Champion
- manideep5476 years agoHelper III
Thank you ...!!!
Mariusz