Forum Discussion
Anonymous
2 years agoNot applicable
Drillthrough issue
Hey everyone, I'm encountering an issue with my Power BI setup and could use some assistance. Currently, I have a date filter implemented using a slicer for the start date. However, my completed dat...
- 2 years ago
That is a standard "shadow dataset" pattern. You need to have a disconnected and hidden copy of the table that the drillthrough is acting upon, and then use measures to project the drillthrough filter onto that shadow copy as needed.
lbendlin
Super User
2 years agoThat is a standard "shadow dataset" pattern. You need to have a disconnected and hidden copy of the table that the drillthrough is acting upon, and then use measures to project the drillthrough filter onto that shadow copy as needed.