Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Jane_Bluebell
Regular Visitor

Why doesn't Monday.com api connection work?

Here's the code I use that works:

 

Json.Document(Web.Contents("https://api.monday.com/ " & "v2", [Headers=[Method="POST", #"Content-Type"="application/json", Authorization="Bearer <Api token>", #"API-Version"="2023-10"], Content=Text.ToBinary("{""query"": ""query { boards(ids: <board id>) { items_page {items {name group { title} column_values { id text} } } } }""}")]))  

 

But as soon as I put in any column id:

Json.Document(Web.Contents("https://api.monday.com/ "  & "v2", [Headers=[Method="POST", #"Content-Type"="application/json", Authorization="Bearer <Api token>", #"API-Version"="2023-10"], Content=Text.ToBinary("{""query"": ""query { boards(ids: <board id>) { items_page {items {name group { title} column_values (ids: [""name""]) { id text} } } } }""}")])) 

 

 It shows the following error:  

Jane_Bluebell_0-1707755458236.png

 

What am I doing wrong? 

1 REPLY 1
Anonymous
Not applicable

Hi @Jane_Bluebell 

 

I have never used this API so I cannot tell whether the query is correct. In addition, it gets the 500 Internal Server Error, it seems we are not able to troubleshoot it in Power BI. 

 

Upon searching topics in the monday Community Forum, I found that several users met this error before. Besides, some users in that forum have experience with relevant issues. So you can also seek help from that forum at the same time. 

Search results for '500 internal server error' - monday Community Forum

Search results for 'Power BI' - monday Community Forum

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors
Top Kudoed Authors