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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
agcruz
Frequent Visitor

Handling Multiple Selection Values in Power BI DAX

I have a survey with 3 questions. 2 of which are "Yes" and "No" questions, while one is a multiple choice (can have more than one selection) question where the answer only counts as "Yes" if all four choices are selected. Create Power BI DAX formulas on how to calculate the % of "Yes" answers per question out of all distinct users.

 

Dividing by distinct users will not work as this survey is 1 out of 3 surveys in my table and each survey will have different users who answered them.

 

Sample Table:

UserSurvey No.Question No.Answer
111Yes
112Yes
113Option 1
113Option 2
113Option 3
113Option 4
211Yes
212No
213Option 1
321Yes
322No

 

Expected % Yes:
Survey 1, Question 1: 100%
Survey 1, Question 2: 50%
Survey 1, Question 3: 50%
Survey 2, Question 1: 100%
Survey 2, Question 2: 0%

1 ACCEPTED SOLUTION
ThxAlot
Super User
Super User

Survey.pbix

 

ThxAlot_0-1689218889395.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



View solution in original post

2 REPLIES 2
ThxAlot
Super User
Super User

Survey.pbix

 

ThxAlot_0-1689218889395.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Thank you so much! This worked like a charm 😊

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.