Connecting Power BI to Monday.com API 2023-10

Hello,

I’ve used the updated API mentioned above

let
Source = Web.Contents(“https://api.monday.com/ ”,
[
RelativePath=“v2”,
Headers=[
#“Method”=“POST”,
#“Content-Type”=“application/json”,
#“Authorization”=“<your_personal_token_here>”,
#“API-Version” = “2023-10”
],

But its missing tokens - how is this API expected to be closed?

Hello there @stella.monday and welcome to the community!

The data here looks good to me (of course if you change your_personal_token_here for your actual API token). It might be something related to Power BI (I do not have experience with it)

Having said that, would you be able to please fill this form so our team can take a look into this? Please add as much detail about your case as possible.

Looking forward to hearing from you via the form!

Cheers,
Matias