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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
I have a pipeline containing several notebooks that are in the same workspace. In the pipeline-content.json file stored in Git a reference to a notebook looks like this:
{
"properties": {
"activities": [
{
"type": "TridentNotebook",
"typeProperties": {
"notebookId": "6ae14a18-952d-179d-68ad-640b2ac361b3",
"workspaceId": "00000000-0000-0000-0000-000000000000",
"parameters": {
..... Note that the notebookId is the logicalId in the .platform file of the notebook in Git.
Now when editing and saving the pipeline in Fabric, the workspaceId is suddenly hard coded to the current workspace GUID and the notebookId in the json is now the notebook GUID from the url in stead of the platform file. This breaks the whole logic when commiting changes to another branch. Is this change on purpose ?
Hi @BramT,
If the issue still persists, I’d recommend raising a support ticket with Microsoft. The support team can look into the backend and provide more in-depth assistance tailored to your environment.
https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket
Thanks & Regards,
Prasanna Kumar
Thanks @KevinChant
We are already using variable libraries for other items. But this seems an undocumented change that has emerged in the last week(s). The sudden change from using notebook logicalId's to notebook itemId's in the pipeline-content.json is not documented and it breaks pull request from other branches. Also when you want to branch out to a new workspace the pipeline will be still pointing to notebooks in the old workspace. That's why I wonder if this change is on purpose.
yes, but there's workarounds. In your case i recommend looking at variable libraries:
Get Started with Variable Libraries - Microsoft Fabric | Microsoft Learn
I hope this helps.
| User | Count |
|---|---|
| 19 | |
| 5 | |
| 4 | |
| 3 | |
| 2 |