In my project, I'm using Microsoft.AspNet.OData to create OData WebApi service.
I've noticed that all data returned from my OData WebApi service are cached inside Excel and/or PowerBI. I would like to avoid this situation. Ideally, I'd like to turn off caching for any data from my service.
Is there an easy way to achieve this? Any attribute, response header? In the past I have tried cache-control header but with no luck.