question

bogdandr avatar image
0 Votes"
bogdandr asked bharathn-msft commented

Hide informational message on the Dashboard

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
image.png (10.9 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you @bogdandr for reaching out with your query.

Currently I don't think we can remove this information message from the Dashboard, however I am reaching out to our internal product team to confirm the same and see if we have any work around for this. Will keep you updated as I hear more information.

1 Vote 1 ·

1 Answer

bharathn-msft avatar image
0 Votes"
bharathn-msft answered bharathn-msft commented

@bogdandr 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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you very much @bharathn-msft for the time invested!

1 Vote 1 ·

Thank you @bogdandr for your response and also being patient on this and giving us time to work with our internal team to provide you an update.

0 Votes 0 ·