Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
NickSirTek
Frequent Visitor

Pay Band Graph

Hello everyone,
Hoping someone can help me because I am at standstill.

 

I need to create a stacked bar chart (or whatever chart will work) to display blocks of the pay band ranges and then plot the employee names on the chart based on their salary.

 

here is what I have to work with:

 

1. I already was able to put the employee in 1 of 5 Paybands (PB1, PB2, etc..) in a column on one of my tables.

2. I need the bottom of the chart to show PB1, PB2, PB3 and the left side to show the salart ranges ($20000 to $200000). I have attached an image as an example.

3. The chart needs to show the blocks of ranges and then the plots (dots of each employee name based on the salary value)

 

I guess for the first part I need to confirm what chart on how to display the blocks.. I did this in Excel a while ago using Series() but that is not available in PowerBI

 

I have a table call PB Ranges which has the start, end and difference of the ranges.

I have a column with the employee and the pay band they fall in

I have a column with the salary for the employee which needs to be used to plot on the chart but it needs to display the employee name.

 

pbgraph.png

Any help is greatly appreciated, I feel defeated with this one lol

 

 

3 REPLIES 3
ahadkarimi
Solution Specialist
Solution Specialist

Hi @NickSirTek, give this a try, and if you encounter any issues, let me know.

 

Create Stacked Bar Chart:

X-axis-> Pay Band
Y-axis-> Range


Overlay Employee Data:

Use a Scatter Chart

X-axis-> Pay Band
Y-axis-> Employee Salary

Show data labels for employee names.

 

Adjust colors and labels for clarity.

 

Did I answer your question? If so, please mark my post as the solution! ✔️
Your Kudos are much appreciated! Proud to be a Solution Supplier!

This worked thank you, the only issue i have is with a slicer..since I did 2 different charts and overlayed them...the plot chart is showing the salary points in different spots as I slice by department. the department slicer works its just the plots are off...if I dont use the slicer all show correctly. I can provide screenshots but any idea?

NickSirTek
Frequent Visitor

Anyone have any ideas or options where to start? need to get this done and I am at a standstill..appreciate any help. Thank you

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors