Forum Discussion
Vamshi2020
5 years agoHelper II
Count rows except the selected date range
Hi guys, I have Table A which has Arrival Date, Affliate columns and calender table which i use for Slicer. Iam using Between view of slicer. My requirement is to get the count of Affliates af...
- Anonymous5 years ago
Hi Vamshi2020 ,
You may try this measure. There is no relationship between the calendar table and the main table.
CountRows = CALCULATE ( COUNTROWS ( 'Table' ), FILTER ( 'Table', NOT ( [Arrival Date] IN ALLSELECTED ( 'Calendar'[Date] ) ) ) )You can check more details from here.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi Vamshi2020 ,
Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Stephen Tao