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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Kincaid16
Regular Visitor

SharePoint List Participation

Hello, 

 

Im trying to calculate percentages of participation on a sharepoint list. I have two tables one with a list of people who are required to fill out a form on the sharepoint list and the other is the list its self. 

 

Ex.

Table 1

Name
Jim 
Jane 
Jerry 

 

Table 2. 

Name Date Question 1
Jim 5/1/2022yes 
Jerry 5/7/2022no 

 

Is there a way to make a measure or created column to calculate who participated. 

 

Any help is appreaciated. 

Thanks 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Kincaid16 , hope the two tables are joined on Name

 

Divide(countrows(filter(Table2, Table2[Question]="yes")), counttows(Table1))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Kincaid16 , hope the two tables are joined on Name

 

Divide(countrows(filter(Table2, Table2[Question]="yes")), counttows(Table1))

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.