Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Measurement Filtered only by one slicer

Hi πŸ™‚

 

I have a table with 3 fields: Ticket ID, Closed Date, Assigned To.

 

I added 2 slycers: Closed Date and Assigned To.

I would like to create a measurement that only respects Closed Date selection.

 

I've created like this:

CALCULATE(COUNTROWS('CRs All Time');ALLEXCEPT('CRs All Time';'CRs All Time'[Closed Date]))
 
Somehow something is wrong because the count returned by this is also filtered by Assigned To Slicer selection 😞
Any suggestions ?
  • MFelix's avatar
    MFelix
    6 years ago

    Hi Anonymous ,

     

    Do you have a calendar table as a dimension? Or are you using the slicer from your closed date column?

     

    If you are using a column from your data you may not get the expected result since all your context is overlapping with different context from other interactions on the table.

     

    Is it possible to share a sample?

8 Replies