Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a dataflow A with two tables Table_1 and Table_2, the Table_1 data is ingested into this dataflow A from another workspace - The data is shown in this dataflow A. Table_2 is created in Dataflow A directly.
when I linked these two tables to another dataflow B in same workspace. The Table_1 and Table_2 data is populating, but When I reference Table_1 data and create a new table dimTable_1 without any mashup or steps inside, the data is not showing.
I checked this by extracting all these tables in PowerBI desktop.
Solved! Go to Solution.
Hi @nikhil0511 ,
After linking or referencing tables between data streams, the source and target data streams need to be refreshed to ensure the latest data is available.
Linked tables require a Power BI Premium subscription to be refreshed. Linked tables can be used in any data flow within a workspace hosted on Power BI Premium capacity. There are no restrictions on the source data stream.
Linked tables will only work properly in the new Power BI workspace, and similarly, all linked data flows must be located in the new workspace.
Please turn off the Enable Load option for referenced queries to prevent data from being materialized and introduced into the store. Here, you can reference queries that have enable loading = false and set enable loading to on only for the generated queries to be materialized.
For more information on this see:
Link tables between dataflows - Power Query | Microsoft Learn
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi @nikhil0511 ,
After linking or referencing tables between data streams, the source and target data streams need to be refreshed to ensure the latest data is available.
Linked tables require a Power BI Premium subscription to be refreshed. Linked tables can be used in any data flow within a workspace hosted on Power BI Premium capacity. There are no restrictions on the source data stream.
Linked tables will only work properly in the new Power BI workspace, and similarly, all linked data flows must be located in the new workspace.
Please turn off the Enable Load option for referenced queries to prevent data from being materialized and introduced into the store. Here, you can reference queries that have enable loading = false and set enable loading to on only for the generated queries to be materialized.
For more information on this see:
Link tables between dataflows - Power Query | Microsoft Learn
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!