Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching doesn't work for PowerBI Reports #20

Closed
Kumar-Aakash opened this issue Nov 14, 2019 · 2 comments
Closed

Caching doesn't work for PowerBI Reports #20

Kumar-Aakash opened this issue Nov 14, 2019 · 2 comments
Assignees
Labels
caching Prevent reload of reports question Further information is requested

Comments

@Kumar-Aakash
Copy link

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.

@ramandeep-singh-1983 ramandeep-singh-1983 self-assigned this Nov 15, 2019
@ramandeep-singh-1983 ramandeep-singh-1983 added the question Further information is requested label Nov 15, 2019
@ramandeep-singh-1983
Copy link
Owner

@aakash1401, thanks for your kind comments :)
This is indeed out of scope of this library. But i can give a pointer which can help with this: https://itnext.io/cache-components-with-angular-routereusestrategy-3e4c8b174d5f

This will prevent reload of the component while switching tabs.

@ramandeep-singh-1983
Copy link
Owner

Closing issue due to lack of response (answer already posted above)

@ramandeep-singh-1983 ramandeep-singh-1983 pinned this issue Jan 5, 2020
@ramandeep-singh-1983 ramandeep-singh-1983 added the caching Prevent reload of reports label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
caching Prevent reload of reports question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants