Azure
Connect to dataverse with …
In case you don’t have Dynamics 365 yet, you can get it from here
This blog post will guide you through the process of connecting to Dataverse with Python. It will cover the steps to create a service principal for Dynamics 365, add the service principal to Dynamics 365, and then connect to …
Refresh a single Power bi …
Refreshing large datasets can be very time consuming and not so end user friendly. Here is a walkthrough how one table can be refreshed.
Overview
Power bi provides a very powerful api that can do a lot of things. It opens up a world of possibilities for developers, …
Azure function app folder …
Getting started with azure function app and the deployment can be somewhat challenging. I really struggled with the module not found error.
Error itself
Result: Failure Exception: ImportError: cannot import name 'refresh workspace' from 'refresh.refresh workspace' …