Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeMalcolm committed Dec 10, 2024
1 parent d6de1e7 commit 4a314a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Instructions/Labs/13-real-time-dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,8 @@ Your dashboard contains two visuals that are based on similar queries. To avoid
bikes
| where ingestion_time() between (ago(30min) .. now())
| summarize latest_observation = arg_max(ingestion_time(), *) by Neighbourhood
| project Neighbourhood, latest_observation, No_Bikes, No_Empty_Docks, Latitude, Longitude
```
1. Run the query and verify that it returns all of the columns needed for both visuals in the dashboard.
1. Run the query and verify that it returns all of the columns needed for both visuals in the dashboard (and some others).
![A screenshot of a base query.](./Images/dashboard-base-query.png)
Expand Down

0 comments on commit 4a314a6

Please sign in to comment.