Forum Discussion
RicardoAGdSilva
2 years agoFrequent Visitor
Contentstack API - dynamic data sources aren't refreshed in the Power BI service
Good afternoon all, I have been facing this issue for a few days, already check the forum and Chris Webb blogs and all the solutions provided didn't work. Soory for the post on this topic again b...
lbendlin
2 years agoSuper User
check if your "true" parameter value is case sensitive.
RicardoAGdSilva
2 years agoFrequent Visitor
I checked and if I change it, it gives an error.
This API as a limit of 100 per page but the link doesn't have the page number. I have been looking for other ways to go around this but can't find anything.
So my problem it's that if I Query=[XXXXXXX="ABC"], I get 100 data points, but I want all the others. If I query this I can publish and PBI Service refresh without issues.
But we are using Query[XXXXXXX="ABC",include_count="true"], to get all the other pages together, but if I use this one PBI Service won't refresh the data.
Don't know if someone as a better aproach to this situation.