Forum Discussion
Using the current tables as the source of dataflow
- 5 years ago
There is no connector for Power BI Datasets in dataflows as you mentioned. So, you cannot directly connect to any datasets which are already published to Power BI Service.
If you are just concerned about reconnecting to the source and doing all the transformations you have already done in a model, I would suggest you to copy the M Query of particular table and make use of Blank Query in Dataflows to load the data by applying all the transofrmations automatically.
- Open the PBIX file which you want to connect to
- Open the Transform Editor (Power Query Editor)
- Select the Table
- Right click > Advanced Editor
- Copy the M Code
- Now open Power BI Service and create a new dataflow
- Select Blank Query and paste the copied M Code
- And click on Load
Did I answer your questions? Give a thumbs up and accept this post as solution!
There is no connector for Power BI Datasets in dataflows as you mentioned. So, you cannot directly connect to any datasets which are already published to Power BI Service.
If you are just concerned about reconnecting to the source and doing all the transformations you have already done in a model, I would suggest you to copy the M Query of particular table and make use of Blank Query in Dataflows to load the data by applying all the transofrmations automatically.
- Open the PBIX file which you want to connect to
- Open the Transform Editor (Power Query Editor)
- Select the Table
- Right click > Advanced Editor
- Copy the M Code
- Now open Power BI Service and create a new dataflow
- Select Blank Query and paste the copied M Code
- And click on Load
Did I answer your questions? Give a thumbs up and accept this post as solution!