azureazure-application-insightsazure-analysis-servicesappinsightsexpanded

How could I set the default Azure Workbook group state to expanded?


How could I set the default Azure Workbook group state to expanded?

I want to Show expand / collapse in title of group, but also I want the state to be expanded when a user sees the group for the first time. Right now (by default I assume) the default state is collapse. Is there a way to set the initial value for the collapsed/expanded?

enter image description here


Solution

  • Yes, it is possible to set the initial value for the collapsed/expanded.

    I found a workaround by editing the JSON configuration of a group.

    I created one random workbook group and entered the data shown below and then clicked on edit.

    enter image description here

    In the existing JSON schema, I added the following configuration values to show expand/set the initial state:

    "showExpandCollapse":  true
    "initialState":  "expanded"
    

    After you've finished editing the json configuration, click "Done editing" to save the changes.

    enter image description here