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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Redraidas10
Frequent Visitor

Is it Possible to Export Monday.com Activity Logs (via API or a different method) to Power BI?

Has anyone attempted to develop an API or devise a method for exporting Monday.com activity logs in bulk for subsequent importation into Power BI for analysis? If so, I would greatly appreciate it if you could share the approach you took to achieve this. Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Redraidas10 ,

 

According to my research and previous tests, the custom M language in the Power query editor of Power BI desktop can theoretically connect to any rest API by using the "Web.Contens" function, but the prerequisite is that we need to get the request header, body and authentication method (token) required for the API to run successfully. Contens" function in the Power query desktop editor can theoretically connect to any rest API, but only if we can get the request header, body and authentication method (token) needed for the API to run successfully, if you have an example of the corresponding API, you can follow this official document's writing style to connect to it in your custom M language.

Web.Contents - PowerQuery M | Microsoft Learn

 

Here's another blog on Power BI desktop connecting to the official rest API, which you can check out together

Power BI REST API: Step-by-step Guide to Use It | Coupler.io Blog

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi  @Redraidas10 ,

 

According to my research and previous tests, the custom M language in the Power query editor of Power BI desktop can theoretically connect to any rest API by using the "Web.Contens" function, but the prerequisite is that we need to get the request header, body and authentication method (token) required for the API to run successfully. Contens" function in the Power query desktop editor can theoretically connect to any rest API, but only if we can get the request header, body and authentication method (token) needed for the API to run successfully, if you have an example of the corresponding API, you can follow this official document's writing style to connect to it in your custom M language.

Web.Contents - PowerQuery M | Microsoft Learn

 

Here's another blog on Power BI desktop connecting to the official rest API, which you can check out together

Power BI REST API: Step-by-step Guide to Use It | Coupler.io Blog

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors