Forum Discussion
Anonymous
6 years agoNot applicable
Calculate Syntax
Hi, Could somebody please help me with my syntax? The first part works fine, but the Bank Holiday part won't seem to count properly. I want it to look at all start dates and if it lands on a ...
Fowmy
6 years agoSuper User
Anonymous
Try like: (
Replace Table and Column names
Measure:
COUNTROWS(
INTERSECT(VALUES('Table1'[Date]),VALUES('Table2'[DATE]))
)
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS ☺