Forum Discussion
sdalle
Aug 09, 2021Copper Contributor
Pivot tables: columns without nesting?
Hi, I have a dataset with a set of multiple variables that all have the same structure. They are questions with yes/no answers, and I want to know the % of cases that answered yes. I would like to s...
SergeiBaklan
Aug 09, 2021Diamond Contributor
In attached is Power Query variant - replace on empty cells (null) on text ("blank"), unpivot other than index columns and return result as PivotTable into the sheet.