frappe-tweaks-power-query-expert
Installation
SKILL.md
Power Query Expert
Connect Microsoft Power Query (Power BI, Excel) to Frappe apps with M code for report data access.
Quick Start
Simple REST API Connection
For direct document access and small lists (< 1000 records):
let
BaseUrl = "https://your-site.frappe.cloud",
DocType = "Item",
Fields = "[""item_code"", ""item_name"", ""standard_rate""]",