Forum Discussion
viniciuscastilh
5 years agoFrequent Visitor
Cache consult
Hi I need to consult an API several times at once in order to get all the results I need But when I do that, it always pulls the same values, I believe it is because of the cache, how can I delete...
StefanoGrimaldi
5 years agoResident Rockstar
https://community.powerbi.com/t5/Desktop/Looping-through-Parameters-for-API-calling/td-p/574796 also here I found something that could be a solution for what you asking for or point you in a better direction them my answer.
viniciuscastilh
5 years agoFrequent Visitor
I tried to add the following code in the Header, but still keeps saving only the first query and the rest being all the same
#"Cache-Control"="no-cache, no-store, must-revalidate"
The other time I had this problem, this code solved it, but this time it's not working