Share via

Add a Min, Max, 50th, 95th clickable bar in Azure workbooks

Travis T Benjamin 45 Reputation points
Apr 17, 2025, 10:39 AM

Good day all I hope this message finds you well.

For my question today, I would like to know if it is possible to add a clickable bar in an Azure Workbook through our Azure log analytics workspaces that allows to view the

Avg

Min

Max

50th Percentile

95th Percentile

and so on, I think this would really help us a lot because we are always manually creating workbooks where we summarize and aggregate the avg|min|max etc and a clickable bar at the top similar to what we see in Insight Analytics would be fantastic

. I tried looking at a few options in the chart and column settings in a couple workbooks to try and create links to this but I didn't see the option there or even know what you would call this clickable bar.

Thank you in advance!

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,609 questions
0 comments No comments
{count} votes

Accepted answer
  1. Clive Watson 7,786 Reputation points MVP Volunteer Moderator
    Apr 18, 2025, 3:35 PM

    Hi, yes that makes it clear...

    User's image

    Step 1, set up a parameter and add the queries to match the display values, using an 'Options group':

    User's image

    Step 2:

    Use the output in the chart query

    User's image

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Clive Watson 7,786 Reputation points MVP Volunteer Moderator
    Apr 17, 2025, 4:56 PM

    Hi, to enable a selectable chart (I'm using bar chart as an example), you need to allow the fields to be exported, such as the X axis shown here when they are clicked on.
    Also I'm not sure I recognise the workbook you are naming, where is that from?

    User's image

    You can then use that exported parameter elsewhere in your workbook, a top tip here is to set it up so that the new data is only shown (conditionally visible) if a Item on the chart has been selected. Like this:

    User's image

    Then you can use that exported value, in other parts of the workbook (this is just a demo use):

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.