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! Learn more

Reply
RobKay12
Helper I
Helper I

Formula for Column Summerization

Hello,

 

I have the below table example where each question is a column and the answers are the corosponding rows under. I ultimatley need to show my top 5 questions and how many times each were answered with a "Y" in a chart. I am looking for assistance with the formula to use to show this.

 

Any help is greatly appreciated.

Thanks

 

RobKay12_0-1702392090981.png

 

3 REPLIES 3
wdx223_Daniel
Super User
Super User

it's better to unpivot your table in M code to a table with two columns, Question and Answer

=Table.UnpivotOtherColumn(YourTable,"Question","Answer")

and upload it into your model

put the Question column in the row area

and put the below measure in the value area

CountY=CALCULATE(COUNTROWS(YourTable),YourTable[Answer]="Y")

HotChilli
Super User
Super User

Can you define this please? ->"show my top 5 questions"

--

Post the data as text (not a picture) and I'll have a go

I would like to show which of the top 9 questions have more "Y" in responses. For example:

Question 8 would be top question with all "y"s

Question 3 would be next with 4 "Y"s,

and so on.

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.