Data Analysis
Power BI - DAX - Iterators
We discussed how the DAX engine is optimised for working with columns, not rows. However, there are many situations where that isn't going to be enough. For those situations, we need something called an iterator.
Read MorePower BI - DAX - Filtering
Filtering, whether implicit or explicit, is integral to analytical reporting. This is because so much analytical reporting is about slicing and dicing. It's about making comparisons.
Read MorePower BI - Dates, Time and Time Intelligence
When dealing with financial reports, it's often critical to be able to look at specific time periods such as years, quarters, and months. It's also important to be able to compare periods of time such as year-on-year, year-to-date, month-to-date, etc.
Read MorePower BI - DAX - Multiplier Parameter Example
Let's say you have a sales data model. You can use a parameter to experiment with different discount rates to see the effect on the gross profit margin.
Read MorePower BI - DAX - An Introduction
The ability to use DAX is an important skill to have for building great Power BI models. It stands for Data Analysis Expressions, and it's the key to the analytical capabilities available in Power BI.
Read MoreUnderstanding Relationships in Power BI
Relationships between tables are the key to successful data models in Power BI. There may be a lot of tables you are using, and if you have not yet defined relationships, then you need to check to see if relationships exist.
Read MoreExploring Techniques in Power BI
Whenever you import data into Power BI, you often need to transform the data in some way. There are many options available in the Power Query Editor, but there's just a handful that you'll use regularly. One of the first things you should consider when working on your Power BI model is
Read More