Dashboard

App Insights – Daily Users

Unique users per day pulled from Application Insights requests table.

← Back to dashboards

Panel preview

App Insights – Daily Users

Refreshes ~ every 300s
Unable to load chart data: Log Analytics query failed (401): {"error":{"message":"Valid authentication was not provided","code":"AuthorizationRequiredError","correlationId":"b3417772-7817-47e8-ba06-2f965fc158dc"}}

Configuration

Update metadata, KQL queries, or embed links.

Shown in the dashboards table and metadata sidebar.

Charts/logs require a KQL query; embed panels expect an iframe URL; links show a CTA that opens in a new tab.

Used for quick filtering. Example: telemetry,prod,errors.

Provide secure https:// URLs only. Required when “Embed” panel type is selected.

Used for “Link” panels to launch full dashboards in a new tab.

Required for chart + log panels. We run this via Log Analytics with the configured workspace.

Supports Markdown + GFM. Use the preview to render Leaf-friendly HTML.

Need to embed images in Markdown?

Upload here and we'll copy the URL to your clipboard.

Danger zone

Deleting a dashboard removes it from Contentlayer and GitHub. This cannot be undone.

Metadata

Slug
app-insights-daily-users
Panel type
chart
Tags
telemetrytraffic

KQL query

requests
| summarize users=dcount(user_Id) by bin(timestamp, 1d)
| order by timestamp asc

Notes

Use this panel to ensure daily active usage trends stay healthy. Once the admin UI renders charts, this entry will display a line chart of unique users per day with a 5-minute refresh interval.