Forum Discussion
How dose Power BI embedded keep the navigate history(session cookie)?
these links may help you
https://github.com/Microsoft/PowerBI-JavaScript
https://github.com/Microsoft/PowerBI-JavaScript/wiki/Page-Navigation
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
https://microsoft.github.io/PowerBI-JavaScript/demo/pagenavigation.html
Hope it helps
Regards,
Thanos
Hi Thanosd,
Thanks again for your inputs. I'm new to the Power BI.
I think the information in the following link is more close to what I need, but couldn't get it work by just looking at it: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Page-Navigation
In the example you provided https://microsoft.github.io/PowerBI-JavaScript/demo/pagenavigation.html, this one does not have this navigatie history feature.
What I need is as following:
1. Go to this link: https://microsoft.github.io/PowerBI-JavaScript/demo/pagenavigation.html
2. Click Scenario 4: Custom Filter Pane, by default I land at Power BI Overview page. Then click "District Monthly Sales" page
3. Click another Scenario, such as Scenario 6,
4. Coming back to Scenario 4, I land at default "Overview" page. But I would like to land at "District Monthly Sales" page which was selected at step-2 above.