This video is exactly what I’ve been looking for! Can’t wait for the next video on best practices around the process flow of branches. Thanks!
@ScientistIzaak11 ай бұрын
Eager for the process side of git branches and pipeline workflow! Do you have an ETA? Currently working on git/pipeline documentation and can't find a lot of resources on this topic.
@pratikfutane8131 Жыл бұрын
Great video Reza. Eagerly awaiting for the next video for the best practices. Thank you!
@goldwhispers Жыл бұрын
look forward to the video on the process! :)
@RADACAD Жыл бұрын
Will do!
@mrbartuss12 ай бұрын
@@RADACAD Where can I find it?
@mohamed06126 Жыл бұрын
Excellent video..look forward to the next video on the process. Thanks RADACAD
@schtefel9 ай бұрын
Just watched through your Microsoft Fabric playlist, incredibly helpful to get an overview of all the Fabric services! What would you advise how to tackle the MS DP-600 certification?
@kuto1 Жыл бұрын
Really great content, appreciate it. Would love to learn more about process best practices.
@ExasolUser10 ай бұрын
does it work only if you have Microsoft Fabric?
@sekharjc-qf8tf7 ай бұрын
Without Fabric workspace Git integration is possible?
@marktimson12005 ай бұрын
with RDL Files in mind do we need the .PLATFORM Files in source control? Is there anyway to exclude them if they arent required?
@cloudpathshala51923 ай бұрын
Great video, nice and easy explanation. Thanks for your creation. Just wondering that merging would be difficult to do as version control doesn't show the differences in a very meaningful way. Btw any video deployment pipelines in Power BI?
@michaelsedlock612210 ай бұрын
Awesome video. We have hundreds of PBI reports. Do you create a DevOps project for each report?
@va20ych Жыл бұрын
Can I commit/push directly from PowerBI Desktop?
@RADACAD Жыл бұрын
not yet, but hopefully in the future
@va20ych Жыл бұрын
thanks@@RADACAD!
@selwynvanrooyen94328 ай бұрын
@@RADACAD Is this still the case currently?
@luizaoancea72176 ай бұрын
You can do it with local source control. You clone that repository to your local machine and commit the changes locally with your preferred source control tool. And when you push the changes to your remote branch, if you have a workspace connected to that branch, then you will see the changes from desktop in the service
@chrisowens616111 ай бұрын
great video, very useful, can you please confirm if the dataset pbix files under git control (we separate our datasets from our visuals), is the data itself stored in Github, or just the metadata of the data and not the data itself? (really only pertinent for Import Models where the data is stored in the pbix)
@luizaoancea72176 ай бұрын
Just the metadata of the semantic model
@chrisowens61616 ай бұрын
@@luizaoancea7217 thanks
@kavinamurugesan18166 ай бұрын
Can you please make a video of how 2 people can work on one file in pbix file?!