Forum Discussion
Facebook API Call Limit
- 9 years ago
Alexander24 wrote:
Hi
I see that Power BI Is now integrated with facebook, I have noticed that however whilst i can retrieve data for some pages, for others it gives back a data limit problem
e.g
Detail=https://graph.facebook.com/Starbucks/posts?limit=250
Can you advise on a workaround for this problem?
Thanks
Alexander
The limit not exceeding 100 is set by facebook API.
In your case, instead of choose "Posts"
Choose a blank connection instead.
Then in the advanced Editor, append the extra uri
You don't worry about limit=10 or limit=100, based on my test, it would finally retrieve all posts information from facebook. The limit only affect how many records the API returns in each call.
Alexander24 wrote:
Hi
I see that Power BI Is now integrated with facebook, I have noticed that however whilst i can retrieve data for some pages, for others it gives back a data limit problem
e.g
Detail=https://graph.facebook.com/Starbucks/posts?limit=250
Can you advise on a workaround for this problem?
Thanks
Alexander
The limit not exceeding 100 is set by facebook API.
In your case, instead of choose "Posts"
Choose a blank connection instead.
Then in the advanced Editor, append the extra uri
You don't worry about limit=10 or limit=100, based on my test, it would finally retrieve all posts information from facebook. The limit only affect how many records the API returns in each call.
A) i have created a power bi template where users can input a facebook page and get analytics, however i would like to create this in power bi embedded so that users dont need to download desktop, is there anyway you can pass this parameter in embedded?