Share via

Hide informational message on the Dashboard

Bogdan Dragu 56 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.


Answer accepted by question author
  1. bharathn-msft 5,146 Reputation points Microsoft Employee Moderator
    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.


2 additional answers

Sort by: Most helpful
  1. Johnston, Anthony 5 Reputation points
    2025-06-27T14:37:28.3733333+00:00

    This message shows even though its not the case as there is no query time range in my query.

    This message is repeated for all of my tiles and takes up 15-20% of the vertical space on a 3x4 tile.

    I will check back in another 4 years

    1 person found this answer helpful.
    0 comments No comments

  2. Pawel Sokolowski 0 Reputation points
    2026-03-13T14:34:15.9733333+00:00

    @bharathn-msft a simple toggle to disable this would be very helpful. How many upvotes are typically needed for a feature like this to be considered or implemented by the team?

    0 comments No comments

Your answer

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