This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Queries Monday.com items from a specific board. Limits to 500 items. | |
// Tested in API version 2024-01 | |
// Created by Guilherme Chaguri | |
// Replace the API Key and Board ID for it to work | |
// In Power BI: "Get Data" -> "Blank Query" -> Right click the "Query" in the left panel and open the "Advanced Editor" -> Paste this code | |
let | |
Key = "YOUR MONDAY API KEY", | |
Board = "YOUR MONDAY BOARD ID NUMBER", | |
Source = Web.Contents( |