The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Is there a way to load the data from a model that i have read acces to, into a lakehouse, warehouse or dataflow?
I have the model link: powerbi://api.powerbi.com/v1.0/myorg/{model} and i can access this in DAX studio or Tabular editor just fine. I can also export all the tables to sql or csv in DAX studio. So there should be some kind of way to load the data into fabric right?
I already tried some options in dataflows gen2 and pipelines, but nothing seems to work so far.
Solved! Go to Solution.
Hi, @NelusPBI
You are connecting to the semantic model of your workspace, and you can connect to it in Dataflow using the following methods:
You will see that I successfully connected to my semantic model:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @NelusPBI
You are connecting to the semantic model of your workspace, and you can connect to it in Dataflow using the following methods:
You will see that I successfully connected to my semantic model:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.