Forum Discussion
DrillThrough filter direction
- 5 months ago
The filter direction is treated the same on drill through pages as on any other page, what is happening here is to do with expanded tables ( https://www.sqlbi.com/articles/expanded-tables-in-dax/ ).
If you have measures on the drill through page which use the fact table as a filter argument that would explain what you're seeing. The drill through filter is applied to the expanded fact table which includes all the columns of the dimension table, so only the relevant rows of the dimension table are visible.
The filter direction is treated the same on drill through pages as on any other page, what is happening here is to do with expanded tables ( https://www.sqlbi.com/articles/expanded-tables-in-dax/ ).
If you have measures on the drill through page which use the fact table as a filter argument that would explain what you're seeing. The drill through filter is applied to the expanded fact table which includes all the columns of the dimension table, so only the relevant rows of the dimension table are visible.