Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I'm trying to get posts from my Facebook page using PowerBI Facebook connector, but tables in likes column are empty.
I will be grateful for the advice.
Query code:
let
Source = Facebook.Graph("https://graph.facebook.com/v2.8/{page_id}/posts"),
#"Expanded object_link" = Table.ExpandRecordColumn(Source, "object_link", {"connections"}, {"connections"}),
#"Expanded connections" = Table.ExpandRecordColumn(#"Expanded object_link", "connections", {"comments", "likes"}, {"comments", "likes"})
in
#"Expanded connections"
Everything is ok with comments, i can extract aggregated data of comments count:
Here is what i have with likes:
Solved! Go to Solution.
For some reason after the latest API update by Facebook I can only get Likes information from posts created until November/2017. Any posts created after that results on empty Likes table ...
I have a big facebook dashboard on my company's page and now graphs are all messed up!
Hope Facebook or Microsoft can work something out real quickly because I couldn't find a workaround.
Hi @pavelveret,
If you test with other methods, can you get data from current api url? I'd like to suggest you check on api first if current result not contains any record comment.
Regards,
Xiaoxin Sheng
= Facebook.Graph("https://graph.facebook.com/v2.8/{page id}/")
With this URL i get a list with information about my page: name, id, connections. Connections Record contains tables: feed, likes, posts (API Methods, I believe).
`Posts` and `feed` returns a table with all posts. `Likes` table is empty.
`Posts` and `feed` tables has `object_link`. If i Expand it, i get `connections`, which i can expand to `comments` and `likes`. Everything's ok with comments, but `likes` column is still empty.
For some reason after the latest API update by Facebook I can only get Likes information from posts created until November/2017. Any posts created after that results on empty Likes table ...
I have a big facebook dashboard on my company's page and now graphs are all messed up!
Hope Facebook or Microsoft can work something out real quickly because I couldn't find a workaround.
Do you know if thre's any updates on this ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
68 | |
66 | |
51 | |
33 |
User | Count |
---|---|
113 | |
95 | |
75 | |
64 | |
40 |