Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I am running a report on the server, and when the data is updated it does not update in the browser because of the cache. Is it possible to run the report in the browser on demand without the cache?
Hi,
if you are talking about PBI reports in import mode, I'm not sure if this is about browser cache. When datamodel under report is refreshed, so this refresh is not in-place, but is created side-by-side new version of model in SSAS. After refresh, is possible switch over to new version of model. I don't know how and when is client switched, but I think new connections and when client refresh connection then use new version, for existing will still use old version, until some timeout period. But I don't know if it is configurable.
Hi @meddojeddo ,
For running reports in the browser without caching, try these methods:
http - How do we control web page caching, across all browsers? - Stack Overflow;
Preventing Browser Caching | Tiger Technologies Support.
In addition, if you want to read the latest report in your browser, it is suggested to try this:
How to Auto Refresh Pages on Google Chrome, Firefox, and Opera (guidingtech.com)?
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
I tried changing UseSessionCookies to False and EditSessionCacheLimit to 0 in the settings. Would either of these solve this issue?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.