Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi
I am facing an issue to replicate the body POST request from Postman into PQ.
This works in Postman
Solved! Go to Solution.
Have a look at example 2 Web.Contents - PowerQuery M | Microsoft Learn
Something like
Content = Json.FromValue([query= "query { boards (ids: 123456789) { items_page (limit:500, query_params: {rules: [{column_id: ""person"", compare_value: [""Alex""], operator: contains_text}]}) { cursor items { id name column_values { column{title} text}}}}}"])
Have a look at example 2 Web.Contents - PowerQuery M | Microsoft Learn
Something like
Content = Json.FromValue([query= "query { boards (ids: 123456789) { items_page (limit:500, query_params: {rules: [{column_id: ""person"", compare_value: [""Alex""], operator: contains_text}]}) { cursor items { id name column_values { column{title} text}}}}}"])
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!