Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
wildtxsue
Regular Visitor

Facebook connector error (#100)-The 'limit' parameter should not exceed 100

I am trying to complete the FB tutorial (using microsoftbi posts) and repeatedly get the error =

Details: Facebook : (#100)-The 'limit' parameter should not exceed 100

I have installed the most current version of PowerBI desktop.

 

How can I get past this problem?

Thanks much!!!

 

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

Hi @wildtxsue,

Add a new blank query in Power BI Desktop, then paste the following code in Advanced Editor and you will be able to import data from the Microsoft Power BI Facebook site

 

let
    Source = Facebook.Graph("https://graph.facebook.com/v2.8/microsoftbi/posts?limit=100")
in
    Source

1.PNG


Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

Hi @wildtxsue,

Add a new blank query in Power BI Desktop, then paste the following code in Advanced Editor and you will be able to import data from the Microsoft Power BI Facebook site

 

let
    Source = Facebook.Graph("https://graph.facebook.com/v2.8/microsoftbi/posts?limit=100")
in
    Source

1.PNG


Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

That fixes the problem allright. Thank you for that.

 

But you could have fixed it in July update of PowerBI Desktop so that user's don't have to fix it manually.

I bet there are many wanna be users who get discouraged by this kind of errors that should have been fixed already.

 

BTW, the PowerBI Desktop is great! I really love it!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors