Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
KethanVM
New Member

Power Apps Dataflow

I have a power apps solution with tables and dataflows. these dataflows use tables from other solution within the Dev environment. when the solution is moved to QA, how do I change the source connection of the dataflow from the table in Dev to table in QA

1 ACCEPTED SOLUTION
v-jingzhan-msft
Community Support
Community Support

Hi @KethanVM 

 

Here's a concise action plan to help you change the source connection of a dataflow from a table in Dev to a table in QA:

  1. Open the Dataflow in the QA Environment: Navigate to the Power Apps solution in your QA environment where the dataflow is located.

  2. Edit the Dataflow: Select the dataflow you wish to modify. Look for an option to edit or configure the dataflow. This will open the dataflow editor.

  3. Change the Source Connection: In the dataflow editor, locate the source connection settings. You will need to update the connection settings to point to the table in the QA environment instead of the Dev environment. This might involve selecting a new data source and providing the connection settings for the QA environment. Then use the new data source's connection information to replace the old queries' data source information. You can modify the Source step of each query or edit the M code in Advanced Editor. 6 Ways to Change Data Source in Power BI - Power Tech Tips

  4. Save and Refresh the Dataflow: After changing the source connection, save your changes and initiate a refresh of the dataflow to ensure that it is now pulling data from the correct source in the QA environment.

Please note, if your data sources require specific credentials or if you're using gateways for on-premises data, ensure that these are correctly configured in the QA environment.

vjingzhanmsft_1-1715565963497.png

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

3 REPLIES 3
v-jingzhan-msft
Community Support
Community Support

Hi @KethanVM 

 

Here's a concise action plan to help you change the source connection of a dataflow from a table in Dev to a table in QA:

  1. Open the Dataflow in the QA Environment: Navigate to the Power Apps solution in your QA environment where the dataflow is located.

  2. Edit the Dataflow: Select the dataflow you wish to modify. Look for an option to edit or configure the dataflow. This will open the dataflow editor.

  3. Change the Source Connection: In the dataflow editor, locate the source connection settings. You will need to update the connection settings to point to the table in the QA environment instead of the Dev environment. This might involve selecting a new data source and providing the connection settings for the QA environment. Then use the new data source's connection information to replace the old queries' data source information. You can modify the Source step of each query or edit the M code in Advanced Editor. 6 Ways to Change Data Source in Power BI - Power Tech Tips

  4. Save and Refresh the Dataflow: After changing the source connection, save your changes and initiate a refresh of the dataflow to ensure that it is now pulling data from the correct source in the QA environment.

Please note, if your data sources require specific credentials or if you're using gateways for on-premises data, ensure that these are correctly configured in the QA environment.

vjingzhanmsft_1-1715565963497.png

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Hi @v-jingzhan-msft 

Do we need to publish the dataflow after changing the connections?

Yes, you need to publish it. It will trigger a refresh then. 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors