Open Source Alternatives to Power Query & M

To find a true "open source" equivalent to Power Query, we have to split it into its two distinct identities: the Visual Interface (the low-code ETL tool) and the M Language (the functional data transformation engine).

There is no single "clone" that does both exactly like Microsoft, but these are the best open source tools that replicate the specific workflows.


1. The Visual Alternatives

(Replacing the Power Query Editor)

If you want the drag-and-drop, "Applied Steps" experience where you build a transformation recipe without writing code, these are the strongest candidates.

Apache Hop

KNIME Analytics Platform

OpenRefine


2. The Code Alternatives

(Replacing the M Language)