How to create a service principal to automate Fabric

Service Principals are essential to using the Fabric REST API for automation. In this blog well show you how to create a service principle that can be used to automate API calls to PowerBI such as refresh. Once you have created the service principle the next article shows you how to use the service principle to … Continue reading How to create a service principal to automate Fabric

How to Refresh Fabric Datasets using Python API

If you are like me and wants to automate the task to refresh Fabric datasets to report latest data to users then this article is for you. The automation can be done using Python REST API and the article will show the steps to follow. The full python script is available to use at GitHub. … Continue reading How to Refresh Fabric Datasets using Python API