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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

calculate percentange of yes and no based on their names , hoping a quick measure could help.

Hi, 

i'd like to get percentage of yes and no based on their names , here is the data :

Name Attendance 
Andy Yes
Andy Yes
BenNo
Andy No
BenYes
BenYes
BenNo
BenYes

 

and the result i want is divide based on the total name count. 

 YesNo
Andy 67%33%
Ben60%40%
1 ACCEPTED SOLUTION

Hi there,

Yes = CALCULATE(COUNTROWS('Table');'Table'[Attendance ]="Yes")/
CALCULATE(COUNTROWS('Table');ALL('Table'[Attendance ]))
No = CALCULATE(COUNTROWS('Table');'Table'[Attendance ]="No")/
CALCULATE(COUNTROWS('Table');ALL('Table'[Attendance ]))

yesno.png

File.

 

Kind regards, Steve. 

View solution in original post

6 REPLIES 6
AlB
Super User
Super User

Hi @Anonymous 

1. Place Name in the rows of a matrix visual

2. Place Attendance  in the columns the matrix visual

3. Place Attendance  in Values of the matrix visual. Choose Count and Show value as--> Percent of row total

 

Please mark the question solved when done and consider giving kudos if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

Anonymous
Not applicable

@AlB , sorry. i'm actually looking for a method or quick measure for me to get the following answer .

 

 Total Count

% Yes

( # of Yes / total count)

% No

( # of No  / total count)

Andy 367%33%
Ben 560%40%

 

Do you know any formula for me to get that? thanks again.

Hi there,

Yes = CALCULATE(COUNTROWS('Table');'Table'[Attendance ]="Yes")/
CALCULATE(COUNTROWS('Table');ALL('Table'[Attendance ]))
No = CALCULATE(COUNTROWS('Table');'Table'[Attendance ]="No")/
CALCULATE(COUNTROWS('Table');ALL('Table'[Attendance ]))

yesno.png

File.

 

Kind regards, Steve. 

Anonymous
Not applicable

Awesome! thanks @stevedep ! 🙂 

Anonymous
Not applicable

Thanks AIB.

I want to use it for stacked column chart which allow to show Andy and Ben yes and no %. how do i do so? 

is there any quick measure formula allow me to find name "Andy" and count yes or no %? 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.