Forum Discussion
undefined
- 8 months ago
Hi Anonymous ,
If a drillthrough button doesn't navigate to the target page, follow these suggestions:
- Verify that the button’s Action is set to
Drillthrough. - Verify that the Drillthrough target is correctly selected.
- Make sure the report is published and the button isn't disabled due to missing filter context.
If the drillthrough page opens but doesn't filter as expected, follow these suggestions:
- Check that the field used for drillthrough isn't duplicated or transformed in Power Query.
- Check for relationships between tables that can affect filter propagation.
- Use the Performance analyzer to inspect query behavior and confirm filter application.
I hope this information helps. Please do let us know if you have any further queries.
Thank you - Verify that the button’s Action is set to
Anonymous , we can use isinscope to switch mom vs QOQ vs YOY
Assuming we already have measure of we can use offset for that. Start with leaf level
Switch(true(),
isinscope(Date[Month Year]) , [MOM %],
isinscope(Date[Qtr Year]) , [QOQ%],
[YOY %]
)
Offset example
How to use offset for that
Power BI Offset Compare Categories, Time Intelligence MOM, QOQ, and YOY: https://youtu.be/5YMlkDNGr0U
Using TI for that
Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s
Switch Subtotal and Grand Total in Power BI | Power BI Tutorials| isinscope: https://youtu.be/smhIPw3OkKA