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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Kalachuchi
Helper III
Helper III

Help with data visualization

Hello guys, I have a data with the iformation below

I am pretty confused on how I can visualize this data. I want my X axis to be QRM, PL and CL

The Y-Axis will be Rarely being the lowest to Excellent being highest.  I will have slicer on week and name.

Week NameQRMPLCL
1MiguelRarelyGoodUsually
2Miguel

Sometimes

UsuallyExcellent
2JohnExcellentRarelyExcellent
1JuliusRarelyExcellentRarely
2ClaireGoodSometimes

Sometimes

 

 

I have a table for lookup values

IdRatingGrade
1Excellent4
3Usually3
5Sometimes2
6Rarely1
7Never0
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Kalachuchi ,

Please follow these steps:

 

1. Select Week and Name columns -->unpivot other columns

11.25.4.0.gif

2. Add Grade column to Table using the following formula:

 

Grade =
LOOKUPVALUE ( Rating[Grade], Rating[Rating], 'Table'[Value] )

 

3. Create a visual like this:

11.25.4.2.PNG

 

My final output looks like this:

 

11.25.4.4.gif

 

Here is the pbix file.

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.

 

Best Regards,
Eyelyn Qin

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Kalachuchi ,

Please follow these steps:

 

1. Select Week and Name columns -->unpivot other columns

11.25.4.0.gif

2. Add Grade column to Table using the following formula:

 

Grade =
LOOKUPVALUE ( Rating[Grade], Rating[Rating], 'Table'[Value] )

 

3. Create a visual like this:

11.25.4.2.PNG

 

My final output looks like this:

 

11.25.4.4.gif

 

Here is the pbix file.

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.

 

Best Regards,
Eyelyn Qin

amitchandak
Super User
Super User

@Kalachuchi , unpivot the first table and join with second table on rating or merge the two

 

https://www.youtube.com/watch?v=2HjkBtxSM0g

https://radacad.com/pivot-and-unpivot-with-power-bi

Merge : https://radacad.com/append-vs-merge-in-power-bi-and-power-query

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.