Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

FILTER DATES

Hi community,    I am trying to filter by multiple date conditions.  Can you please help me achieving the two conditions that I have specified within the below filters?    Measure =  CALCULATE...
  • v-juanli-msft's avatar
    7 years ago

    Hi Anonymous 

    1.

    create a calendar table

    calendar = CALENDARAUTO()

    2.

    create relationship as below

     

    3.

    add [date] from "calendar" table

    Create measures in Sheet13

    Measure = COUNT(Sheet13[id])
    or
    Measure 2 = CALCULATE(COUNT(Sheet13[id]),ALLSELECTED(Sheet13))

     

    Best Regards
    Maggie

     

    Community Support Team _ Maggie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.