2026 Week 26 | Power BI: Visualizing Affordability Using a Dumbbell Chart

Introduction

This week, we have another new contributor to Workout Wednesday for Power BI: Nabha Ahmed. Give Nabha’s challenge a try!

In this challenge, we explore a data visualization technique called a dumbbell chart.

A dumbbell chart is used to compare two related values within the same category. It displays both values as points connected by a line, making it easy to visualize the gap between them. This visual is especially useful when comparing two contrasting metrics—like income versus cost—or any scenario where you want to understand the relationship between two values across different categories.

For this challenge, you will use a dumbbell chart to compare average salaries and median home prices across U.S. states to explore affordability and cost-of-living differences. The goal is to help identify which states offer the best financial balance between income and housing costs.

The example below uses the Dumbbell Bar Chart (standard) custom visual which currently offers a free trial for Power BI Desktop. You do not have to use that custom visual. Other good (and completely free) options include:

A Power BI horizontal dumbbell chart titled "Visualizing Affordability Using a Dumbbell Chart" with a subtitle asking which states offer the best balance between income and housing costs. The chart compares the Sum of AvgSalary (orange dots) and the Sum of MedianHomePrice (purple dots) across 15 U.S. states. States are sorted by the gap size, showing California with the largest gap ($705,000) and Ohio with the smallest ($200,000).

Dataset

The dataset was curated from publicly available economic indicators and simplified into a single table for visualization purposes. You can copy and paste it into Power BI or connect to the table using the Web connector. 

StateAvgSalaryMedianHomePriceMedianRentCostOfLivingIndexStateIncomeTax
Texas680003500001500920
California85000790000240014913.3
New York80000650000220013910.9
Florida6200042000018001020
Arizona610004300001700982.5
Nevada6200045000017501010
Colorado7600056000020001104.4
Georgia600003400001450955.4
North Carolina610003600001500944.5
Tennessee590003300001400900
Washington8200070000021001180
Illinois7000038000016501034.95
Ohio600002600001300893.5
Michigan610002800001350914.25
Utah7200052000018001054.65

Data Sources:

  • U.S. Bureau of Labor Statistics (Income data)
  • Zillow Research (Housing data)
  • Tax Foundation (State taxes)

Requirements

  1. Use the provided dataset to build your visual.
  2. Create a dumbbell chart comparing Average Salary and Median Home Price by state.
  3. Display the difference between the two metrics as a data label on the chart.
  4. Sort the states by the affordability gap to highlight the contrast.
  5. Include an informative tooltip to provide participants with deeper context when hovering over the data points.
  6. Add alt text for the visual.
  7. Use sufficient color contrast.
  8. Ensure labels are readable.

Share

After you finish your workout, share on BlueSky or LinkedIn using the hashtags #WOW2026 and #PowerBI, and tag @MMarie, @shan_gsd, @KerryKolosko (on BlueSky). Tag Nabha Ahmed on Linkedin. 

Solution