Brisbane, 4000 QLD

+61 4 3836 7017

Blog

How to solve business problems using DAX – Part 3: What is the sales amount for the Contoso Brand ?

In the second part of the series on how to solve business problems using DAX we looked at some patterns for calculating averages different grains in the model. In this series we will look at patterns where we need sales amount filtered for a value(s) of an column of the ...

How to solve business problems using DAX – Part 2: What is the average sales amount by store ?

In Part 1 of the series, we looked at some patterns to solve business problems which involved calculating total sales, maximum discount, unique products sold etc. In this Part, we will look at some patterns which involve calculating averages and also discuss some common pitfalls. The Business Problem - Average ...

How to solve business problems using DAX – Part 1: What is the total/max/min sales amount

Welcome to the first part of the series on "How to solve problems using DAX". I spent a lot of time last year posting DAX challenges on LinkedIn which not only covered DAX functions such as CALCULATE, FILTER, TOPN, RANKX but also concepts such as context transition and expanded tables ...

Visualising top city sales % for a region

This post is inspired by a blog in which the author showcased the visualisation of % top city sales for a region in Tableau. I thought the solution provided was cumbersome so decided to visualise it in Power BI. It turns out that the DAX for this is straightforward but ...
/ Data Storytelling, DAX, Power BI, Power BI

TOPN metrics in a parent child hierarchy

Filtering a visual in Power BI by TOPN or BOTTOMN is very easy. You apply a visual level filter and specifiy how many TOP/BOTTOM values you wan to see in your visual. Things get complicated however when there is a hierarchy present in the visual.The TOPN filter will work for ...

User selected labels

To label or not to label. Labelling of values in a line/bar chart in a dashboard is a contentious issue. Stakeholders coming from the world of static reports in Excel/pdf are used to seeing labels on charts and want the same functionality in Power BI. They do not want to ...
/ DAX, labels, Power BI, Power BI