c# - Disabling cache in Excel / PowerBI for OData -


in project, i'm using microsoft.aspnet.odata create odata webapi service.

i've noticed data returned odata webapi service cached inside excel and/or powerbi. avoid situation. ideally, i'd turn off caching data service.

is there easy way achieve this? attribute, response header? in past have tried cache-control header no luck.

there no way disable cache. following works fine. after loading data in powerbi or powerquery need follow following steps

1: go file

2: go option , settings

3: go query options

4: clear cache

this way this, , reduce cache 5mb. might upto extent.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -