Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Map and Tool Tips | Section
First Steps into Power BI

bookMap and Tool Tips

Stryg for at vise menuen

Explore how to use different map types in Power BI and enhance them with informative tooltips. You will learn to add and configure map visuals, customize tooltips by adding extra fields and formatting, and even design dedicated tooltip pages for deeper insights.

Using your DAX knowledge, you can apply functions like CALCULATE and SUM to isolate specific rider types and enrich your map tooltips with meaningful data:

Registered Riders State =
CALCULATE(
    SUM(bike_riders_data_by_state[riders]),
    bike_riders_data_by_state[rider_type] = "Registered"
)
Casual Riders State =
CALCULATE(
    SUM(bike_riders_data_by_state[riders]),
    bike_riders_data_by_state[rider_type] = "Casual"
)

Here is the dataset you will use:

question mark

What feature allows you to display additional data when hovering over a map visual?

Vælg det korrekte svar

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 19

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

Sektion 1. Kapitel 19
some-alt