Interactivity is what separates static reports from real dashboards. Instead of just looking at data, users can click, filter, and explore on their own.
The goal is not to add as much interactivity as possible, but to add usefulness to the dashboard.
A good interactive dashboard lets someone answer follow-up questions without leaving the dashboard.
Slicers let users filter data without touching the underlying model. Common uses:
Slicers should be easy to find and clearly labeled. If a slicer exists, it should have a clear purpose.
Power BI visuals interact with each other by default. When a user clicks one visual:
This is one of the most powerful features of Power BI and often requires no extra setup.
Drill features allow users to move between levels of detail. Drill down is useful for moving from:
Drill through lets users right-click a data point and navigate to a detailed page focused on that item.
Drill features are great, but only if users know they exist.
Tooltips show extra information when users hover over a visual. They're useful for:
Custom report page tooltips can add a lot of value when used carefully.
Let's add slicers to the Dashboard page so users can filter the data interactively.

Date slicers with the "Between" style let users select a custom date range, which is great for exploring trends.
The "Tile" style makes region selection feel more like buttons, which is easier for users to understand at a glance.

Save the project and, from the course directory, submit the CLI tests.