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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
v-eqin-msft
Community Support
Community Support

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
v-eqin-msft
Community Support
Community Support

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.