2026 Week 33 | Power BI: Bump Chart using Native Line Chart

Introduction

A bump chart is a fun way to see how rankings change over time. It makes those ups and downs really easy to follow, without getting lost in a bunch of numbers. You can quickly spot who’s moving up, who’s dropping down, and who’s staying consistent.

Think of it as turning rankings into a simple visual story! And the best part? You don’t need a fancy custom visual— you can actually tweak a native line chart in Power BI to achieve this.

Dataset

Requirements

  1. Create the Program Rank measure using RANKX.
  2. Build the line chart ( Year to the X-axis, Program Name to the Y-axis, and the Program Rank measure to the Legend)
  3. Turn on Series Labels so you can see the program names directly on the chart. Set the label position to Left.
  4. Move the rank to the right by switching the Y-axis position.
  5. Add markers.
  6. Sort the visual based on the ranking. (Invert the Y-axis range so that Rank 1 appears at the top).
  7. Clean up the formatting.
  8.  

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 Lakshmi Ponnurasan on LinkedIn.

Solution