Hide informational message on the Dashboard

Bogdan Dragu 51 Reputation points Microsoft Employee
2021-04-30T11:28:53.12+00:00

When using the following query:

// exception count by problem ID
let start=ago(90m);
let end=ago(30m);
let timeGrain=1m;
let dataset=exceptions
// additional filters can be applied heret
| where timestamp > start and timestamp <= end
| where client_Type != "Browser" ;
// calculate exception count for all exceptions
dataset
| summarize sum_itemcount = dcount(timestamp)/2

where the timestamp is mentioned on the query and not on the portal, if we pin the outcome to a dashboard, then we see the following informational message:

"The query time range may be different from the one on the dashboard"

92919-image.png

Is there any way we ca remove this information message from the Dashboard?

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,363 questions
{count} votes

Accepted answer
  1. bharathn-msft 5,096 Reputation points Microsoft Employee
    2021-05-27T06:27:41.28+00:00

    @Bogdan Dragu Thanks again for your query, post validation with our team it has been called out that customers will not be able to remove/exclude/hide this information message from the dashboard. Apologies for any inconvenience this might have caused.

    Our team has taken it has a backlog item to explore possible options on how to hide the information message , however for it to be prioritized would request you to create a new feedback item in our feedback channel, which would help the user community to upvote & comment on. This allows our product team to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.

    Thank you, please feel free to circle back if you have any further queries.


0 additional answers

Sort by: Most helpful

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.