Processing Azure Analysis Services with OAuth Sources (like Azure Data Lake...
As you probably know from my last blog post, I am currently upgrading the PowerBI reporting platform of one of my customer from a PowerBI backend (dataset hosted in PowerBI service) to an Azure...
View ArticleStoring Images in a PowerBI/Analysis Services Data Models
As some of you probably remember, when PowerPivot was still only available in Excel and Power Query did not yet exist, it was possible to load images from a database (binary column) directly into the...
View ArticleShowing OLAP UniqueNames in PowerBI
I just had the request to expose the UniqueNames of an Analysis Services Multidimensional cube in PowerBI. You may ask why I would want to do this and the answer is actually pretty simple: In SSAS MD...
View ArticleUsing Parameters and hidden Properties in Azure Data Factory v2
Azure Data Factory v2 is Microsoft Azure’s Platform as a Service (PaaS) solution to schedule and orchestrate data processing jobs in the cloud. As the name implies, this is already the second version...
View ArticlePowerShell module for Databricks on Azure and AWS
Over the last year I worked a lot with Databricks on Azure and I have to say that I was (and still am) very impressed how well it works and how it integrates with other services of the Microsoft Azure...
View ArticleUsing Power BI Desktop Direct Query with Parameters
I frequently work on projects where we have multiple tiers on which our solution is deployed to using continuous integration / continuous deployment (CI / CD) pipelines in Azure DevOps. Once everything...
View ArticlePower BI – Dynamic TopN + Others with Drill-Down
A very common requirement in reporting is to show the Top N items (products, regions, customers, …) and this can also be achieved in Power BI quite easily. But lets start from the beginning and show...
View ArticleData Virtualization in Microsoft Power BI
Data Virtualization is actually a very new topic to me as I have barely seen it implemented in the real world or at any of my customers. But it becomes more and more interesting when working with big...
View ArticleData Virtualization in Microsoft Power BI – Part 2
In my previous post I showed how you can use Microsoft Power BI to create a Data Virtualization layer on top of multiple relational data sources querying them all at the same time through one common...
View ArticleHow-To: Migrating Databricks workspaces
Foreword: The approach described in this blog post only uses the Databricks REST API and therefore should work with both, Azure Databricks and also Databricks on AWS! It recently had to migrate an...
View ArticleProfessional Development for Databricks with Visual Studio Code
When working with Databricks you will usually start developing your code in the notebook-style UI that comes natively with Databricks. This is perfectly fine for most of the use cases but sometimes it...
View ArticleDatabricksPS and Azure AD Authentication
Avaiilable via PowerShell Gallery: DatabricksPS Databricks recently announced that it is now also supporting Azure Active Directory Authentication for the REST API which is now in public preview. This...
View ArticleAzure Data Factory, dynamic JSON and Key Vault references
Paul Andrews (b, t) recently blogged about HOW TO USE ‘SPECIFY DYNAMIC CONTENTS IN JSON FORMAT’ IN AZURE DATA FACTORY LINKED SERVICES. He shows how you can modify the JSON of a given Azure Data...
View ArticleUsing Power BI Desktop Direct Query with Parameters
I frequently work on projects where we have multiple tiers on which our solution is deployed to using continuous integration / continuous deployment (CI / CD) pipelines in Azure DevOps. Once everything...
View ArticlePower BI – Dynamic TopN + Others with Drill-Down
A very common requirement in reporting is to show the Top N items (products, regions, customers, …) and this can also be achieved in Power BI quite easily. But lets start from the beginning and show...
View ArticleData Virtualization in Microsoft Power BI
Data Virtualization is actually a very new topic to me as I have barely seen it implemented in the real world or at any of my customers. But it becomes more and more interesting when working with big...
View ArticleData Virtualization in Microsoft Power BI – Part 2
In my previous post I showed how you can use Microsoft Power BI to create a Data Virtualization layer on top of multiple relational data sources querying them all at the same time through one common...
View ArticleHow-To: Migrating Databricks workspaces
Foreword: The approach described in this blog post only uses the Databricks REST API and therefore should work with both, Azure Databricks and also Databricks on AWS! It recently had to migrate an...
View ArticleProfessional Development for Databricks with Visual Studio Code
When working with Databricks you will usually start developing your code in the notebook-style UI that comes natively with Databricks. This is perfectly fine for most of the use cases but sometimes it...
View ArticleDatabricksPS and Azure AD Authentication
Avaiilable via PowerShell Gallery: DatabricksPS Databricks recently announced that it is now also supporting Azure Active Directory Authentication for the REST API which is now in public preview. This...
View Article