Forum Discussion
Anonymous
7 years agoNot applicable
drillthrough with matrix
Hello, I have a matrix that count how many tickets are open in the end of the month (with a measure). When i use the drillthrough , filters my data but the month and the year that i select in a ...
v-piga-msft
Resident Rockstar
7 years agoHi Anonymous ,
I still have a little confused about your scenario.
If it is convenient, could you share some data smaple or screenshots which could reproduce your scenario and your desired output so that we could help furhter on it?
Best Regards,
Cherry
- Anonymous7 years agoNot applicable
Hi v-piga-msft ,
Thanks for your reply.
I have this matrix that counts how many tickets that were open until the end of each date, what I want is to drill through so that it is possible to see the records
the matrix presented is calculated with measures.
the calculation of these measures is also presented below
But, when i do the drillthrough , just show me the records that era open in that date, don't show me the records that are open before that date.
Can you help me ?
CALCULATE ( DISTINCTCOUNT(PROB_PROD[NUMBER_ID]), FILTER( ALLSELECTED(PROB_PROD), (PROB_PROD[CLOASED_DATE] = BLANK() || PROB_PROD[CLOASED_DATE] > Max ( 'Calendar'[Date])) && PROB_PROD[OPENED_DATE] <= Max ( 'Calendar'[Date] ) ))