Forum Discussion
celomorais
9 years agoNew Member
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...
Anonymous
9 years agoNot 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