You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dashboard in the angular application which is showing n number of Tiles of different sizes, let's say 6 or 7. In each Tile, I am loading PowerBI reports designed for these tiles. All good till here.
If I switch back tabs on the application and come back to the dashboard, it repeats the process again and fetches reports again.
Is there any way I can apply cache or store reports so that the second time, it doesn't load reports freshly.
I tried with the this library but couldn't do it.
One request, even if it is out of scope from the usage of this amazing library, what could be the approach to solve it. So Application with multiple tiles with this behavior will not deliver a good UX.
Thanks again.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the amazing library.
This is my scenario:
I have a dashboard in the angular application which is showing n number of Tiles of different sizes, let's say 6 or 7. In each Tile, I am loading PowerBI reports designed for these tiles. All good till here.
If I switch back tabs on the application and come back to the dashboard, it repeats the process again and fetches reports again.
Is there any way I can apply cache or store reports so that the second time, it doesn't load reports freshly.
I tried with the this library but couldn't do it.
One request, even if it is out of scope from the usage of this amazing library, what could be the approach to solve it. So Application with multiple tiles with this behavior will not deliver a good UX.
Thanks again.
The text was updated successfully, but these errors were encountered: