Forum Discussion
wildtxsue
9 years agoRegular Visitor
Error on FB tutorial-Details: Facebook : (#100)-The 'limit' parameter should not exceed 100
Cross posted from Integrations- 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 1...
- 9 years ago
I think I found the root cause: The April update to the PowerBI desktop client. Checked in with a collegue who still had the March version and the connector worked for him. Upgraded his client and he got the same errors.
Will checkout the May release.
Nirav
9 years agoNew Member
Hello,
Am still getting this error using the below Power BI Desktop version even after trying the workround of selecting --None-- and then appying the limit in Advanced Editor:
Version: 2.46.4732.581 64-bit (May 2017)
Can anyone suggest what am I doing wrong?
Regards
Nirav
mzachariah
8 years agoNew Member
Looks like it is case-sensitive.
Just change 'Posts' to 'posts' in the URL:
Source = Facebook.Graph("https://graph.facebook.com/v2.2/microsoftbi/posts?limit=100")
Works for me.