Embedded.Value is a Power Query M function that accesses a value by name in an embedded mashup. The function returns the value associated with the specified name.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Embedded.Value(
value as any,
path as text,
) as any
Description
Accesses a value by name in an embedded mashup.
