Enabling Experimental Features

❗️

Advanced Users Only

Certain Empower features are available only on an opt-in basis. These features are not intended for customers to use without your delivery team instructing you to do so.

Enabling Experimental Features

Feature flags are preserved in the localStorage, i.e. user not needs to add them to URL every time.

Enabling Specific Features

To enable specific feature flags for Empower, information is set in the local browser for your account. Set this information by navigating to an URL with the ?features=<names> flag.

  • At this time, no public feature flags are available.

i.e. ?features=dw-status,power-bi is added to the URL below:

https://empower.empoweranalytics.io/home?features=dw-status,power-bi

Enable All

To enable all feature flags user needs to add ?features=* to the url and press Enter.
I.e. 

https://empower.empoweranalytics.io/home?features=*

Disabling Experimental Features

To disable all feature flags user needs to add ?features= to the url and press Enter.
I.e.

https://empower.empoweranalytics.io/home?features=

Feature Discovery

To see which feature flags are available, users can go to:

F12->Application->Storage->Local Storage->(app URL)->features