Environment.FeatureSwitch

Updated on

Environment.FeatureSwitch is a Power Query M function that retrieves the value of a specified feature switch from the current environment.

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

Syntax

Environment.FeatureSwitch(
   name as text,
   optional default as any,
) as any

Description

Returns the value of a configuration property set in the current environment.

Other functions related to Environment.FeatureSwitch are:

Contribute » | Contributors: Rick de Groot

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