Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
awilliams_hris
New 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 be able to create visulaizations for the number of applicants we are getting per job.

 

awilliams_hris_0-1697044606497.png

 

After looking through these forums it looks like the best option would be to split this data into multiple tables, but I would need to split at "total applicants" rather than a specified number of rows since each job has a different number of sources beneath them. Does anyone have any guidance of how to write this formula?

 

1 REPLY 1
AlienSx
Super User
Super User

Table.Group(your_table, "applicants_column", {"split", each _}, GroupKind.Local, (s, c) => Byte.From(c = "Total Applicants:"))

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.