Forum Discussion
Data Source Deployment Rules for Semantic Models in Direct Lake Storage Mode
- 1 year ago
Hi Cleora
Yes, as per the Microsoft documentation - data source deploymet rules are currently not suported for semantic models created in Direct Lake OneLake mode. Already you figured it in Microsoft documeentation. This is available only for SQL analytics endpoint mode not for onelake mode.
My suggestion is you can do manula binding or use SQL endpoint mode.
Hope it helps you.
Please let me know if you need any additional help.
Thank you!
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
I have been struggling with changing the Source of my DirectLake Semantic model to another Lakehouse. I found a workaround.
- I created a Deployment Pipeline to move the Model from Dev to Test.
- I edited the Semantic Model in Test in Power BI Desktop
- Opened Tabular Editor 2
- Under Shared Expressions, I changed the Workspce and Lakehouse GUIDs in the url part of the expression
I have also tested running the Deployment Pipeline with chnages and it writes over the url, so you will need to chnage it after each deployment using the process above.
There are other ways using GIT that do it automatically, but I'm not that far yet. Here is an article about it.
https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/Programmatically-deploy-Semantic-Models-and-Reports-via-Semantic/ba-p/4624464
Thanks
Joe
- v-lgarikapat3 months ago
Community Support
Hi Joe_Barry Thanks for sharing the workaround. We really appreciate your effort.