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
Post a Comment