Forum Discussion
JDB79
Jul 10, 2021Copper Contributor
Power Query: COUNTIFS
Hello, I am struggling to achieve below CountIfs-Formula in PowerQuery. Any suggestions would be highly welcome! Thank you JDB79
- Jul 10, 2021
SergeiBaklan
Jul 10, 2021Diamond Contributor
Steps could be
- Group table by Number without aggregation (All Rows)
- add custom column to filter each of tables on "B"
- add another custom column to count number of rows in each such table
(above 3 steps could be combined in one in formula bar)
- in resulting table
keep only these columns
expand Count column and land result into the grid
Please check in attached file.
- JDB79Jul 10, 2021Copper Contributor
- SergeiBaklanJul 10, 2021Diamond Contributor
JDB79 , glad it helped