Skip to main content

Connect Monday.com Board data to PowerBI using API

  • October 30, 2023
  • 8 replies
  • 3437 views

Hi Team,

I have API from Monday.com and Board Id
I am using Power BI for reporting and need to connect Monday.com Data data to Power BI but unfortunatly not able to do it. I tried the mQuery available on below link

1st

gist.github.com

2nd https://github.com/DataMuallem/PowerBI/blob/308233441ac17b72e817280753eb3bc6d6b18ddb/Monday.com%20M%20Query

But nothing is happenig . is this code is still working or any update require?

Kindly help.
Thanks

8 replies

Forum|alt.badge.img
  • New Participant
  • November 2, 2023

Hi @ajeetprasad

If you’re open to consider an app, take a look at our Power BI Connector: monday.com: Apps Marketplace
It is designed exactly for your use case.

Anna


dipro
Forum|alt.badge.img
  • Leader
  • November 2, 2023

@ajeetprasad If you’re having trouble with the code snippet I would also recommend using an app for this – otherwise you need to understand how the monday API works and pagination, etc.


  • Author
  • New Participant
  • November 2, 2023

Hi Thank you for your reply,
I cannot use Any App as per company policy So looking for solution.
I understand the code, But the issue is its not getting connected only. Once it connect then only I can conclude about the data.

Can you share any other mQuery sample code which is working fine on other Power BI.


dipro
Forum|alt.badge.img
  • Leader
  • November 3, 2023

Oh I see! Then let’s try and put our heads together and figure this out…

You said you’re not getting connected – is there a specific error message you’re getting from the monday API? Such as 4xx Not Authorized, 500 internal server error, etc?


dipro
Forum|alt.badge.img
  • Leader
  • November 3, 2023

The errors will be reported in the HTTP status code, or in the returned JSON as the “errors” key. Like this:

{ "errors" : [
   { "message" : ... }
  ]
}

  • Author
  • New Participant
  • November 3, 2023

Hi Its connected now,

Not sure as of now it was not connecting using API.

Thank you.


  • New Participant
  • August 13, 2024

May I know how do you connect it without using API?


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • August 13, 2024

Hello there @KeithChan and welcome to the community!

I hope you like it here 💪

If your question is how to connect Power BI to monday without using the API, I have never tried that, but I am guessing you can check if a no-code platform such as Zapier or Make.com can help you do that!