Latest Articles
Most recent stories

Using a geofence in Power BI
One of the clients I work for, got a request which includes geofencing. A geofence is a virtual perimeter for a real-world geographic area. It needs at least three different coordinates to create a shape. In this article, I will describe what my colleague and I did to complete this request and what is needed for that. … Continue reading Using a geofence in Power BI

Getting data from the previous row in your table visual in Power BI
The problem Sometimes you want to have information from “the previous row” in your table. The problem is, your measures don’t have row context, so it doesn’t know on which row it is. Creating a column will solve this problem easily, but generally, it’s best practice to use measures. In this blog, I’ll explain what … Continue reading Getting data from the previous row in your table visual in Power BI

Azure SQL Access Token Authentication with Python and Azure PowerShell from Azure DevOps Pipelines
In case you need to access an Azure SQL Database from your DevOps deployment pipeline to execute some custom script on a database. If you need to use something other than a username and password authentication and want to leverage Azure Active Directory, using an Access Token might be your solution. In this post, I … Continue reading Azure SQL Access Token Authentication with Python and Azure PowerShell from Azure DevOps Pipelines
Receive new content directly in you mailbox!