ValueAction.CommitTransaction

Updated on

ValueAction.CommitTransaction is a Power Query M function that commits the current transaction, making all changes permanent.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

ValueAction.CommitTransaction( values as record ) as any

Description

ValueAction.CommitTransaction

Learn more about ValueAction.CommitTransaction in the following articles:

  • M Mysteries: The Mysterious Type Action—An M-Internal Means to Write Data Modifications to External Systems
    In his article “M Mysteries: The Mysterious Type Action,” Ben Gribaudo explores Power Query’s hidden capability to perform data modifications—such as inserts, updates, and deletes—using the undocumented ‘action’ type. Although Power Query is primarily designed for data retrieval and transformation, Gribaudo reveals that it possesses internal functions that can interact with external data sources to modify data. These functions, however, are not intended for general use and require the Power Query SDK for implementation. » Read more

Other functions related to ValueAction.CommitTransaction are:

Contribute » | Contributors: Rick de Groot

2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy