Hi,
I am trying to create drill through from a card visual which is using a measure to display value.
My measure is
Ontime Delivery count = CALCULATE( COUNT( EComm[Shipment number] ), FILTER( EComm, [Delivery time] <= 24 ))
I placed Ontime Delivery Count measure onto the drill-through fields section of Details page.
However, I am getting drill-through option on card visual, but the details page is not getting filtered out for the measure values. Could anyone please help what I am missing here? I tried dragging Measure along with the fields that am using inside measure into Drill-through field section, but nothing is changed. Please help.