Running Local R Scripts in Power BI
One of the coolest features of Power BI is that I integrates very well with other tools and also offers a lot of interfaces which can be used to extend this capabilities even further. One of those is...
View ArticleScore whole PowerBI DataSets dynamically in Azure ML
One of the most requested features when it comes to Azure ML is and has always been the integration into PowerBI. By now we are still lacking a native connector in PowerBI which would allow us to...
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 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 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 ArticleConnecting Power BI to Azure Databricks
I work a lot with Azure Databricks and a topic that always comes up is reporting on top of the data that is processed with Databricks. Even though notebooks offer some great ways to visualize data for...
View ArticleReading Delta Lake Tables natively in PowerBI
Working with analytical data platforms and big data on a daily basis, I was quite happy when Microsoft finally announced a connector for Parquet files back in November 2020. The Parquet file format is...
View ArticleCustom functions and complex return types in Power Query
When working with Power Query, you have probably already realized that every expression you write returns a value of a specific type. Usually this will be a primitive type like text, number, or date....
View ArticleDoing relative-time Slicers properly in Power BI
A very common requirement for a Power BI report that I stumble across at almost all of my customers is to automatically show data for the current day/month/year when a report is opened. At first sight...
View Article