Forum Discussion
How to create multiple DB starting from a single DB?
- Anonymous2 years ago
Hi MusaLU8990 ,
You can use "Reference" to copy the other three tables, and then filter the three tables you need, and when the data of your main table is updated, the other three tables will also be updated.
Referencing Power Query queries - Power BI | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
yeah thanks ! seems work.
May i ask another think: this new table that has been create, is it something that i can use to run some query? e.g.
The new table created (the reference one) should be enrich taking data from other tables.
Thanks Luca
Hi MusaLU8990 ,
Yes, it's possible. You could learn about the Merge Queries.
Please kindly refer to
Merge queries overview - Power Query | Microsoft Learn
You can merge two tables directly by a matching column.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.