Tag: powerquery
-
How do I correctly query this GraphQL-based API from Power Query?
0 How do I rewrite my broken query? I’m writing some M code in Power Query that has a GraphQL portion submitted to an API. The goal is to retrieve some employee records: Id, Name, & AccessStatus. Right now I’m receiving a Bad Request error, supposedly due to my syntax being incorrect at some point…