Retrieving boards from Monday.com using Power BI

I am looking to create Power BI reports on the content of my Monday.com boards.

I’ve developed a query that looks like this (among many other attempts):

let
Source= (Csv.Document
(Web.Contents(“monday.com: Where Teams Get Work Done”, [ApiKeyName=“key”])))

in
Source

It returns the code from the website… but I can’t see any tablular data to pull.

Can anyone help on what I might need to do?

Hey @George-1, this question has been asked and answered in another thread. Check it out here: Best way to connect powerbi to Monday - #8 by serguei.kolomeitsev

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.