Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I can't seem to figure this out, i have a table like this:
Car | Question1 | Question2 | Question3 | Question4 | Question5 | Count of Yes | Count of No |
VW Up! | Yes | Yes | Yes | No | No | 3 | 2 |
VW Polo | No | Yes | Yes | No | No | 2 | 3 |
I want to add two columns, one with the count of "Yes" and one with the count of "No" (Like shown with green in the table)
Solved! Go to Solution.
Hi, @rjensen2205
same for Count of Yes. Create new column
Proud to be a Super User!
Hi, @rjensen2205
same for Count of Yes. Create new column
Proud to be a Super User!
Amazing, thank you, didn't think of that
Happy to help
Proud to be a Super User!