Forum Discussion

undue_shortage's avatar
undue_shortage
Frequent Visitor
3 months ago
Solved

Paginated Report - Parameters stop refreshing after returning from linked reports

Hi,   I've recently been porting my old SSRS reports to Power BI paginated reports, and one of my report links out to a seperate detail report, passing parameters like Report Year, Report Name, Man...
  • vigneshkumarcvk's avatar
    3 months ago

    Hi undue_shortage,

     

    This behavior is expected in Power BI Paginated Reports when using cascading parameters. Once you navigate out to a linked report and return, the parameter state is cached, so dependent dropdowns don’t refresh as they would on a fresh load.

    A few approaches you can consider:

    • Independent parameters: Instead of relying on auto‑cascading, bind parameters manually in your query text so they refresh independently.

    • Navigation links: Use report actions that pass parameters explicitly and reload the report, rather than relying on the browser back button. This forces a fresh parameter evaluation.

    • Shared datasets: If multiple reports use the same parameter logic, a shared dataset with independent parameters can reduce caching issues.

    • User guidance: If redesign isn’t possible, advise users to re‑open the report from the app navigation instead of using the back button.

    This isn’t a bug but a limitation of how paginated reports handle cascading parameters and navigation. The most reliable workaround is to design navigation links that reload the report with parameters, rather than depending on the back button.