Forum Discussion
awilliams_hris
2 years agoNew Member
Splitting into separate tables based on row value condition
I am relatively new to power BI and am encountering an issue that I cannot find a solution for. My source data looks like this, where the headers are interspersed throughout the data. I need to ...
AlienSx
Super User
2 years agoTable.Group(your_table, "applicants_column", {"split", each _}, GroupKind.Local, (s, c) => Byte.From(c = "Total Applicants:"))