Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Creating two tables with filters

Looking for some help with a filter. I'm trying to find a way to filter data into two tables to be able to compare them. In our warehouse we have jobs that run with the following events; MPICK, TOPOF...
  • v-easonf-msft's avatar
    v-easonf-msft
    4 years ago

    Hi, Anonymous 

    You can add a measure as below:

    Count event of each Job = CALCULATE(COUNT('Table'[EVENT]),ALLEXCEPT('Table','Table'[DATE],'Table'[JOB]))

    Then drag this measure to visual filter  pane to filter out these data.

    Best Regards,
    Community Support Team _ Eason