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!Get Fabric certified for FREE! Don't miss your chance! Learn more
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!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 |