Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 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
Anonymous
4 years agoNot applicable
Here is an example of the trable that includes all three events. So in this example i would want to remove Job 14525647 and Job 14525641 from this table and place them in their own.
v-easonf-msft
Community Support
4 years agoHi, 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