Forum Discussion

LucasLiachi's avatar
LucasLiachi
New Member
9 years ago
Solved

facebook

Hi! i try conect facebook, every datas. so this erros insist: "Facebook: (#100) The 'limit' parameter should not exceed 100" please, help me. i try this solution https://community.powerbi.com/t5/C...
  • v-ljerr-msft's avatar
    9 years ago

    Hi LucasLiachi,

     

    Based on my test with the latest version of Power BI Desktop, instead of adding "/Posts?limit=100", adding "/posts?limit=100" to the url in the Advanced Editor works for me. Could you go to check if it work in your scenario? :smileyhappy:

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

     

    Regards