Forum Discussion

celomorais's avatar
celomorais
New Member
9 years ago

NO DATA IN PREVIEW

I've followed the Power BI Designer tutorial to connect to my own Facebook data through Power BI designer:

For some reason, no data loads at all. Below is an example of selecting the "Posts" type of connection to preview and load:

 

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi celomorais,

    I am able to connect to Facebook in Power BI Desktop. In your scenario, please use the latest version of Power BI Desktop, go to query editor then right click your data source and click Advanced Editor, replace the codes in Advanced Editor with the following codes and check if it returns any data.

     

    let
    Source = Facebook.Graph("https://graph.facebook.com/v2.8/me/posts")
    in
    Source
    




    Thanks,
    Lydia Zhang