Forum Discussion

novelmayank's avatar
novelmayank
Frequent Visitor
2 years ago
Solved

Connecting QuickBooks Online to Power BI via API (OAuth2) - Issue with Refreshing Access Token

Hello everyone, I am attempting to connect QuickBooks Online to Power BI using the API with OAuth2 authentication. I have tried several methods to get the data, including: Power BI Web connector ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    HI novelmayank,

    I'd like to suggest you use web connector to getting data from REST API. You can add a step to getting access token at first, then you can use this token in following steps. (this get token operation will be invoked every time the data source refresh to prevent the expired issue in other steps)

    Solved: Pull data from a REST API Authentication - Microsoft Fabric Community

    Regards,

    Xiaoxin Sheng