Vinay
Vinay

Reputation: 1

Azure AD Workbook: export parameter under the advances setting is not working for pie chart

We have created workbooks under the Azure AD. Trying to use the export parameter under the Advances setting of KQL to load the parameter related data on click. It is working perfectly fine when I am choosing the grid visualization instead of pie.

Our requirement is to have the pie chart and when hovering on it, should load the related data in another grid view.

Is this limitation of a workbook or something I am missing?

Thanks.

Upvotes: 0

Views: 874

Answers (1)

John Gardner
John Gardner

Reputation: 25136

you can also export selections from charts, but the available fields are not the names of the columns like in a grid. there's no way to have hover export selections though.

from the github docs (emphasis added):

Note: you can leave the Field to export setting empty in the export settings. If you do, all available fields in the data will be exported as a stringified JSON object of key:value pairs. For grids and tiles, this will be all of the fields in the grid. For charts, the available fields will be x, y, series, label (depending on the type of chart).

I'm working on getting this updated in our public azure docs, which for some reason only have 1 one of the three "note" items in that section.

Upvotes: 1

Related Questions