Forum Discussion

GunnerJ's avatar
GunnerJ
Icon for Post Patron rankPost Patron
7 years ago
Solved

Drill Through looking at wrong data

I'm using a measure as my drill through criteria, but when I drill through my chart it brings up the incorrect dataset.    The visual is showing the number of Service Orders closed in a given month...
  • d_gosbell's avatar
    7 years ago

    Measures are not used as filters in drillthrough operations. When you add a measure to a drillthrough page you are really just saying that any visuals using this measure should show this page in the drillthrough menu.

     

    So in your example the date filter and type filter will get passed to the drillthrough page, but the table will be using the active relationships. One simple fix for this would be to add the [Closed] measure to the table on the drillthrough page.