I'm trying to connect the Notion API to Power BI using the web connector in Power BI. Here is a screenshot of the setup and the error that I'm getting..
Does anyone have any idea why this is happening?
I'm trying to connect the Notion API to Power BI using the web connector in Power BI. Here is a screenshot of the setup and the error that I'm getting..
Does anyone have any idea why this is happening?
You might need to add the version header: https://developers.notion.com/reference/versioning
Besides informing Authorization, Notion-version, you might need to add
#"Content-Type" = application/json
In addition, it seems you're querying a database. Therefore, you'll follow this official link. For more info, check my own post about it.