Forum Discussion

Hap76's avatar
Hap76
Frequent Visitor
4 years ago
Solved

GraphQL mutation from Power Query

Working in Excel Power Query. I can query data just fine in Power Query from a GraphQL API. But now I'm trying send to an API with a GraphQL mutation. Something causes it to duplicate the record on t...
  • lbendlin's avatar
    lbendlin
    4 years ago

    The design goal of Power Query M is to take data from a source and transform it into a tabular format that can be consumed by Excel or Power BI, or a Parquet-style dataflow.  Nowhere in the design specifications is there a place for "talking back to the data source" (the available options are more like unintended consequences of some of the design decisions).  Unlike SSIS and Informatica  Power Query is more of a one-way street.