Forum Discussion

sainig546's avatar
sainig546
Frequent Visitor
4 years ago
Solved

Drillthrough filter

Hi all, i have a requirement where i need to show count of ids on the main page and than using  drill through its detailed data , the measure i am using to count ids shows current+last month data w...
  • bcdobbs's avatar
    4 years ago

    See what you make of this:
    Drill Through Example 

    You were making life hard for yourself and slowing power bi down by converting your dates to text strings to join on. I think you may have something odd coming in from power query so go into it and make sure column types are set as Date not datetime.

     

    I then improved your date table and was able to tidy your filter logic.

     

    Finally there is then a visual filter set on the drill through table equal to 1


    If you're unsure of anything I've done please reply and can help.