Forum Discussion

procyon82's avatar
procyon82
Resolver I
10 years ago
Solved

Facebook Reactions

Hi,   I am successfully getting the number of post likes from facebook, but I am struggling to find where to get 'reactions' data. Does anybody know where to get reactions data from?
  • v-haibl-msft's avatar
    10 years ago

    procyon82

     

    According to this article, we can get Facebook reactions information with Graph API starting from v2.6. The Facebook connector in Power BI Desktop relies on the Facebook Graph API, and Power BI leverages v2.2 in all calls to the Facebook API now. If you want to get the reactions data using Power BI, you can first get the post id with default Graph API v2.2.

     

    Then create another query using Graph API v2.7 as below.

     

    Best Regards,

    Herbert