Skip to content

Instantly share code, notes, and snippets.

View Kaique-Yuto's full-sized avatar

Kaique Yuto Kaique-Yuto

View GitHub Profile
@Guichaguri
Guichaguri / monday.m
Last active June 16, 2024 08:34
Power BI Monday.com Query - Power Query M
// 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(