Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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's avatar
    6 years ago

    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 ☺

    YouTube | LinkedIn