Krešimir Ledinski

DAX HANDBOOK
2.3 Columns vs Measures (Implicit vs Explicit Measures)

When first getting acquainted with DAX and modeling, it’s confusing when to create calculation logic in a Calculated Column and when to use Measures. Quite often novice users try to push all calculations to Calculated Columns, then drag them to the Values field of the visual (making an implicit Measure) or performing a simple Explicit …

DAX HANDBOOK
2.3 Columns vs Measures (Implicit vs Explicit Measures)
Read More »

DAX HANDBOOK
2.1 Measures

Measure Explanation Measures are the most important objects in your data models. They are the ones that provide dynamic results based on different combinations of filters plotted on visuals. They are also the most complex ones since they change results with each interaction in a report. To be able to produce the correct result while …

DAX HANDBOOK
2.1 Measures
Read More »

DAX HANDBOOK
1. DAX Intro

What is DAX? DAX (Data Analysis Expressions) is a functional programming language used to manipulate with several Microsoft BI tools. Microsoft BI tools that use DAX: PowerBI (Tabular model) Excel (PowerPivot) Analysis Services (Tabular model) With DAX you are able to “talk” with the data model, adjust it using calculated columns or return results from …

DAX HANDBOOK
1. DAX Intro
Read More »

How to process multiple folders with a single PowerQuery script

Let us imagine the following scenario. We have multiple clients sharing their sales data with us. They store the data in dedicated folders that reside in different places. The number of clients, as well as the number of files for each client, will vary across periods. We wish to create an automatic refresh system that …

How to process multiple folders with a single PowerQuery script Read More »

Sorting in Matrix created with calculation groups (PowerBI)

This is the second part of the blog series dedicated to showing workarounds for currently unsupported matrix visual features. In the first part, we explained how to add conditional formatting only for the specified columns. In this article, we will explain how to introduce sorting. Below, you can test a working example in the embedded …

Sorting in Matrix created with calculation groups (PowerBI) Read More »

Conditional formatting with Calculation Groups in PowerBI Matrix visual

This is going to be the first of 2 articles explaining how to introduce conditional formatting and sorting when using calculation groups in Matrix visual. It would be great if conditional formatting and sorting could be applied to a calculation item, but until this happens, here is a workaround. Link to the second part of …

Conditional formatting with Calculation Groups in PowerBI Matrix visual Read More »

Scroll to Top