Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello
assume I have a column "Location" with a stringvalue like "PlaceA", "PlaceB", "PlaceC" and so fourth. Every string has many rows in that big table. I want to separate that table, instead of having one big table I want several smaller tables to work with.
Is there a way to extract those from the big table? Otherwise I need to do it manually and that takes a lot of time.
Solved! Go to Solution.
Generally, it's better to have a single table rather than multiple tables with the same structure but it should be possible to split if you need to for some reason. You would create a query for PlaceA that references the big table and then filter for "PlaceA" in the "Location" column. Repeat for each smaller table.
Note that while you can duplicate each small table query to create the next small table query, I don't think there's a way to automatically/dynamically separate a single query into multiple tables. Each table that gets loaded to the data model from Power Query must have its own query.
Generally, it's better to have a single table rather than multiple tables with the same structure but it should be possible to split if you need to for some reason. You would create a query for PlaceA that references the big table and then filter for "PlaceA" in the "Location" column. Repeat for each smaller table.
Note that while you can duplicate each small table query to create the next small table query, I don't think there's a way to automatically/dynamically separate a single query into multiple tables. Each table that gets loaded to the data model from Power Query must have its own query.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.