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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Percentage of 4 values

Hi there,

 

So I'm very new to Power BI and I'm trying to create a report on the overall Customer Satisfaction of submitted surveys.

 

I have a table called "FAULTS" and the column for the Satisfaction Level is called "Satisfactionlevel".

1 = Excellent

2 = Good

3 = Okay

4 = Poor

 

I want to get a percentage of customer's scoring 1 and 2.

 

Apologies if that comes across confusing!

 

Any help would be greatly appreciated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Yeah,

 

You go to Data Labels and choose what you wanna show.

 

Like this:

 

 

DATA.png

 

BR,

DR

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

You can do it in two ways:

- Either you drag a count of that table to a visual (pie chart example) and in the categories you drag the satisfaction level.

- or you create a measure for each count dividing by the total

 

count Excellent will be = calculate(count(ID),Satisfaction Level="Excellent")

% Excellent = divide([count Excellent will be],count(ID),0)

 

Let me know if it helped, if so mark as solution.

 

BR,

DR

Anonymous
Not applicable

Hi @Anonymous 

 

Is there anyway of getting the pie chart to actually say "Excellent" instead of "1"?

 

Capture.PNG

 

Thanks, Chris

Anonymous
Not applicable

Yeah,

 

You go to Data Labels and choose what you wanna show.

 

Like this:

 

 

DATA.png

 

BR,

DR

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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