De Power-BI REST API is een mooie set van functionaliteit voor het omgaan met Power-BI datasets, reports, etc. Het is geen kleine API, maar heeft wel een belangrijk nadeel: ER IS GEEN MOOI PYTHON PACKAGE VOOR! (mijn mening). Er bestaat wel een C# SDK en een JavaScript API. Laat ik voor de quick-and-dirty klusjes nu liever … Lees verder Birds of a Feather: Python Power-BI REST API
Categorie: Azure
Convert on premise SQL tables to CSV files and move to an Azure Storage container
Recently I had the challenge to push data from an on premise database (SQL Server 2012) to a container in my storage account. I didn't had access to the database via ADF and didn't want to use SSIS. Hello PowerShell, you made my day. (and off course google and stack overflow) Note: this is a … Lees verder Convert on premise SQL tables to CSV files and move to an Azure Storage container