Forum Discussion
Enable conditional drillthrough
- Anonymous1 year ago
Hi, lavankumar1989a
Thanks for the reply from Uzi2019, anmolmalviya05 and 123abc. You can put the measure to Filters pane to enable filtering.Flag = VAR _slicer = SELECTEDVALUE ( Slicer[Year] ) VAR _startYear = _slicer - 1 VAR _tableYear = SELECTEDVALUE ( 'Table'[Year] ) VAR _result = IF ( ISFILTERED ( Slicer[Year] ), IF ( _tableYear >= _startYear && _tableYear <= _slicer, 1 ), 1 ) RETURN _result
No relationship between the two tables.Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Thank you so much 123abc , anmolmalviya05 for your kind response and the detailed steps shared.
I tried but unable to meet the expectations and while drillthrough it's not working as expected. So please provide the sample pbix file if possible to implement the steps as expected.
Just to give more insights on my model, i do have 2 fact tables like Table_A & Table_B and join between the both the tables are many-to-many and fist page si developed using columns using Table_A and along with the slicers also from Table_A.
Drillthrough page is developed using Table_B but we enabled sync slicer option to react filters applied in the first page should pick the respective details info in the another page 2. But here when user selects year as 2024, in another page user have to see details for 2024 & 2023 based on the filters that they applied in the first page via drillthrough option.
Please do let me know if any clarifications needed and do the needful. thanks once again.
Thanks,
Lavan
hi lavankumar1989a
check these video for better understanding.
https://www.youtube.com/watch?v=O7aL5v1r6Q4
https://www.youtube.com/watch?v=Z7SBnMnD-1s
https://www.youtube.com/watch?v=OcZr_70OGPo
I hope I answered you question!