Forum Discussion
Drillthrough filter
- 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.
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.
Instead of defining a new measure, I think you could get an equivalent result by setting the measure filter [Count Id] is not blank.
This won't make the drill-through show the prior month too (as OP wants) but adding [Count Id] to the detail visual could fix that (and remove the need to have it as a measure filter).