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.
Hello,
with the introduction of Workspace integration with GIT, I was wondering how to manage dataset parameters automatic updates similar to deployment rules on deployment pipeline.
my idea is to link Dev and Test work spaces to their respective branches and when I merge commits into these branches, I want to update the semantic layer parameters with respective data source details automatically. Is it possible?
also, does reports bind to datasets in respective workspaces when merging happens through GIT?
thanks
Solved! Go to Solution.
Hi @2366 ,
If I understand correctly, the issue is that you want to know how to manage dataset parameters automatic updates. Please try the following methods and check if they can solve your problem:
1.Using Power BI rest api to update parameters after deployment.
Datasets - Update Parameters - REST API (Power BI Power BI REST APIs) | Microsoft Learn
2.You can link the development and test workspaces to the respective branches.
Power BI usage scenarios: Enterprise content publishing - Power BI | Microsoft Learn
3.When merging changes through Git, the binding between reports and datasets in respective workspaces should remain intact.
Git integration branches - Microsoft Fabric | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @2366 ,
If I understand correctly, the issue is that you want to know how to manage dataset parameters automatic updates. Please try the following methods and check if they can solve your problem:
1.Using Power BI rest api to update parameters after deployment.
Datasets - Update Parameters - REST API (Power BI Power BI REST APIs) | Microsoft Learn
2.You can link the development and test workspaces to the respective branches.
Power BI usage scenarios: Enterprise content publishing - Power BI | Microsoft Learn
3.When merging changes through Git, the binding between reports and datasets in respective workspaces should remain intact.
Git integration branches - Microsoft Fabric | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.