Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Suppose I have 500 tables and I need to expand those tables and need to apply the same query to all those tables, So how can we do that.
Solved! Go to Solution.
@Anonymous
If you have aggregated all table in one query table, you can expand all tables then create a query on the expanded step, however this could take sometime if you have huge amount of data/
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@Anonymous
If you have aggregated all table in one query table, you can expand all tables then create a query on the expanded step, however this could take sometime if you have huge amount of data/
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
You can use a function. But charging 500 tables in a Power BI is maybe to ambitious (performances and dataset size limit). If your 500 tables have the same structure you can combine your tables (native functionnality : https://www.youtube.com/watch?v=RAmSdxt863s) to get one unique table (with more rows but common columns). Combining the table will create a function and you will be able to add steps done by this function during the combination of the table (such as expanding those tables and apply common transformation).
I hope it will help you.
Please accept it as a solution if it answers your question
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |