Hi,
I am new to power query and was looking for some help with splitting a group by table into two different group by tables if there are more than 8 records in the first resulting table.
Current order of operations:
1) Take the raw data and group it
2) Any returned record that's table has more than 8 rows (records) needs to be split into 2 groups or more that only can contain 8 records each
For instance, if you take a look at row 9, Column "Total Record Count" you will see that there are 15 records to that "Face Pick List Table" columns. Instead of there being 15 to that record, I need it to be split into two groups. Group 1 = 8 records and Group 2 = 7 records.
For example:
1 to 8 records = 1 group
9 to 16 records = 2 groups
16 - 24 = 3 groups
etc.
I tried using ChatGPT to help out but it can "split it" but doesn't carry the rows into the new split lists. It sort of is useless.
How can I actually do this?
Thanks,
Mike
I am new to power query and was looking for some help with splitting a group by table into two different group by tables if there are more than 8 records in the first resulting table.
Current order of operations:
1) Take the raw data and group it
2) Any returned record that's table has more than 8 rows (records) needs to be split into 2 groups or more that only can contain 8 records each
For instance, if you take a look at row 9, Column "Total Record Count" you will see that there are 15 records to that "Face Pick List Table" columns. Instead of there being 15 to that record, I need it to be split into two groups. Group 1 = 8 records and Group 2 = 7 records.
For example:
1 to 8 records = 1 group
9 to 16 records = 2 groups
16 - 24 = 3 groups
etc.
I tried using ChatGPT to help out but it can "split it" but doesn't carry the rows into the new split lists. It sort of is useless.
How can I actually do this?
Thanks,
Mike