Strategy One

Preview Feature: Incremental Visualization Rendering

Starting in Strategy One (September 2025), use the Visualization Load dashboard property to load visualizations incrementally as data is available. With this setting, smaller visualization are no longer blocked by slower and larger visualizations. Use this settings so users can view quick access insights without unnecessary delays.

Preview features are early versions of features and are not to be used in a production environment as the core behavior remain subject to change between preview and GA. By selecting to expose preview features, you can access and use them as you would any other functionality. The official versions of preview features are included in subsequent releases.

Enable the Preview Feature

  1. Open the Strategy REST API Explorer by appending /MicroStrategyLibrary with /api-docs/index.html?visibility=all in your browser.

  2. Create a session and authenticate it. In the Authentication section, use POST /api/auth/admin/login.

  3. Click Try Out and modify the request body by providing your user name and password.

  4. Click Execute.

  5. In the response, find X-MSTR-AuthToken.

  6. To get the current feature status:

    1. Under the Configurations section, look up GET ​/api​/v2/configurations​/featureFlags​.

    2. Click Try Out.

    3. Set the proper X-MSTR-AuthToken from step 5. You can also get this via inspecting the browser network XHR requests.

    4. Click Execute.

    5. Search for FCC in the response body to find its status details.

  7. Under the Configurations section, look up PUT ​/api​/configurations​/featureFlags​/{id}.

  8. Click Try Out.

  9. Set the proper X-MSTR-AuthToken from step 5. You also can get this via inspecting the browser network XHR requests.

  10. Set id to 749902F631724C9FBFB55A619C03727D.

  11. To enable this preview feature, set the status value to 1.

  12. Click Execute.

  13. Repeat step 6 to verify that the feature is enabled.

Enable Incremental Visualization Rendering in a Dashboard

  1. Open a dashboard.

  2. From the Dashboard menu, select Dashboard Properties.

  3. In General, select the check box next to Enable parallel visualization rendering.

  4. Click OK.