top of page



Using TMDL to generate bulk DAX Measures for Formatting
This post demonstrates how to use the TMDL view in Power BI,to generate multiple DAX measures simultaneously, intended for use in conditional formatting and to improve visual design.

Aaron Coughlan
May 2, 20253 min read


Power BI App Navigation Icons
I recently had a minor whinge that when publishing a Power BI workspace as an App, it was difficult to tell the difference between the three types of links in the navigation pane on the left. To set the record straight, I love the functionality of publishing a workspace as an App. Coupled with the not-so-recent addition of Audiences, they are now an excellent way for consumers to interact with a "solution" as opposed to a folder of reports/semantic models/dataflows/etc. When
Ben Watt
Jul 16, 20241 min read


Flight Departure Analysis
As I sit here in Pisa Airport after a wonderful break away with the family, I look in despair as my departure time gets more and more delayed. Looking at the full page of departures for today, I notice many departed late. I also noticed they got later as the day progressed. It raises that question oft noted that every delay has a further knock-in effect for subsequent flights in the day. Let's test that hypothesis! I loaded the departure data directly from the Pisa departures
Ben Watt
Jun 26, 20241 min read


Power BI incremental refresh with binary files
This blog post demonstrates how to effectively use incremental refresh with binary files to drastically improve the refresh performance of your Power BI datasets and dataflows. Incremental refresh is widely understood and employed for structured, relational data sources like SQL Database and Azure Synapse. It is not as commonly known that incremental refresh can also be harnessed for other data sources such as binary files. The key to success is to ensure the binary files are

Daniel Scott
Jun 6, 20235 min read


Leveraging Azure Queue Storage and Power Automate for smart Power BI dataset refreshes
I use Power Automate to trigger Power BI dataset refreshes when files arrive in a source folder (like SharePoint Document library or Azure Data Lake Storage). In one scenario I had a dataset loading/combining files from multiple folders into separate tables. The files would land in the various folders at certain times of the day, often at once and in multiples. The issue I was facing was the Power Automate Flow would be triggered multiple times so I'd get failures that the da
Ben Watt
Apr 10, 20233 min read


Power BI dataflows: a Deep Dive into Incremental Refresh & the Enhanced Compute Engine
In this blog post I will share how to effectively leverage the performance boosting functionalities available in dataflows when preparing large volumes of data. I have found there are two key components that are critical for developing efficient dataflows: Enhanced Compute Engine – loads data into a temporary SQL cache and enables Power Query to leverage query folding. Incremental refresh – partitions your data into smaller chunks to refresh only what you need. Focusing on th

Daniel Scott
Feb 21, 20237 min read


Use Python to get the latest Power BI dataflow contents from Azure Data Lake Storage Gen 2
If you are making use of the feature to store your Power BI dataflow results in your own Azure Data Lake Gen 2, then I'd like to share with you a Python script to get the latest file and load it into a pandas DataFrame. This came from a recent Twitter conversation Ruth Pozuelo, who has been doing some very cool updates on the matplotlib Python module. She asked: Is it possible to access a dataset curated with Power Query or/and DAX outside Microsoft walls? Like a dataflow or
Ben Watt
Nov 12, 20223 min read


Business Metrics, or Raising the Bar on Delivering Insight
At some of my most recent customers I've developed an efficient way to analyse & deliver more meaningful, actionable and business-impactful insight to the users. I'd like to share this with you! This is based on Power BI, so I'll talk about DAX and Power BI report design, but it could be adapted to any tool. Using the Adventure Works sample database I created a couple of examples. It reads like a DevOps User Story, which is good as it switches to being busines-driven over dat
Ben Watt
Aug 27, 20225 min read


Creating a SQL Virtual Network Rule across Azure tenants
Recently a customer provided access to an Azure SQL Database on their tenant. They had it secured using firewall rules and so requested any IP addresses from me to add to the rules. Given this was part of a Power BI Solution, this forced the need for an Azure Virtual Machine with a fixed IP and the Power BI on-premises gateway That immediately means cost in running the VM and time/effort securing/patching/updating the OS and the Gateway software. They lost me at hello! The Vi
Ben Watt
Aug 14, 20223 min read


Our 4-year anniversary. A gift to you.
Datalineo started operating in August 2018. Based on our calculator, that makes us four years old this August! We have thoroughly enjoyed the last four years and are delighted to see our team continue to expand and deliver best-in-class solutions across Logistics, HR, Manufacturing, Cybersecurity & much more. To celebrate this milestone, we are putting on our Power BI Kickstarter Class for free! This is a full-day, in-person class where you'll gain knowledge about building a
Ben Watt
Jul 15, 20221 min read


Securing Azure Storage for a Power BI Implementation
At a customer site, I developed some Power BI dataflows and datasets that connect to Azure Storage. Recently, we decided to secure the storage accounts using the built-in IP Address and Virtual Network options. It was a little challenging to get the Power BI Service to connect to the storage, so this blog is going to run you through the options & hopefully save you time, and money. Up front, there are a lot of things I won't be covering as we'd be here all day. So Private En
Ben Watt
Nov 12, 20217 min read


Power BI REST API with Python Part III, azure-identity
I've blogged twice (here and here) about authentication using the msal Python module. I'm going to cap off this topic with a third and final entry by moving onto the azure-identity module. When I first looked at Azure authentication for the Power BI REST API, I honestly kind of fell into using the msal library first. I found it easy to use and went on to blog about it. Recently, I needed to use the azure-identity module took the time to try it out for getting access tokens to
Ben Watt
Sep 22, 20212 min read


We are hiring! Senior Power BI Consultant required
Datalineo are seeking a Senior Power BI Consultant to join the growing team. The ideal candidate is a Microsoft data platform expert with proven skills in data warehousing and solid Power BI knowledge. Take a look at the job spec and if this sounds like an opportunity for you, then don't hesitate to get in touch! Click here for the job spec and details on how to apply: https://www.datalineo.com/jobs
Ben Watt
May 31, 20211 min read


Video: Evolving your Power BI Architecture with Dataflows and Shared Datasets
In February 2021 at the Scottish Summit, I spoke about Dataflows & Shared Datasets and how you can evolve your Power BI architecture using these two super cool features. The session was recorded and uploaded to YouTube, so I thought I'd share it here too. Enjoy!
Ben Watt
Apr 2, 20211 min read


Parquet and CSV: Querying & Processing in Power BI
The ability to load data from Parquet files into Power BI is a relatively new thing and given it's storage structure, I wanted to see how Power Query dealt with it, and whether it gave any improvements over the more common format of CSV. This is a pound-for-pound Import-mode comparison between the two file types, covering the reading of the file and processing in the Power BI Data model. Early admission, some of the results I've shared below are not strictly related to CSV vs
Ben Watt
Mar 22, 20216 min read


Power BI: Smart Metric User Guide
Recently I built a dashboard for a client that sourced data from a large and varied number of data sources. It helped monitor a wide array of functions in a manufacturing plant with metrics to drive the audience to action where necessary. Given the varied nature of both data sources and their refresh rates, I wanted to provide easy-to-consume documentation without having to make everyone read pages & pages of wordy explanations. The result was a metric-by-metric diagram that
Ben Watt
Mar 16, 20212 min read


Pie Charts: a pleasant slice.
In the Business Intelligence world, there is consensus among some that Pie Charts have no place on a report. There's even a Twitter hashtag: #SayNoToPieCharts. I'm here to offer my defence of this visual, and by the end of this article, if you haven't reconsidered your stance I will gladly eat humble pie chart. Without going too deeply on this subject, data visualisations are intended to invoke visual queues for us to spot a trend, comparison or outlier to direct our eyes to
Ben Watt
Jan 16, 20213 min read


Power BI meets Meetup.com
Ever found it hard to keep up with all of the Meetup.com events you are interested in? Same here. So as a Power BI person I thought I'd try & collate all of the Meetup's I know and produce a much easier view of what's events are coming & have some level of interaction with the report. I have shared all of the code in a pbix file, which you can get down the bottom of this page. Here's the finished product: Getting access to the data was not the easiest. Each Meetup has a calen
Ben Watt
Jan 14, 20204 min read
bottom of page