VIDEO: using CALCULATE function in DAX

VIDEO: using CALCULATE function in DAX

In this video, we’ll continue learning about DAX. Let’s take a look at the function CALCULATE, which is probably one of the most important formulas in DAX. There are many different ways to use this function. In this article, we’ll discuss the basic use...
VIDEO: using CALCULATE function in DAX

VIDEO: Calculating Basic DAX Functions

In this video, we will continue learning more about DAX and will build a few basic functions. Let’s focus on the syntax of the language. Take a look at the formula: Name of a Measure = SUM (Table Name [Column Name in the Table]) The above formula equals to the sum of...
VIDEO: using CALCULATE function in DAX

VIDEO: Introduction to DAX in Power BI

In this video we discuss the fundamentals of DAX, a powerful formula language used in Power BI. Experienced Power BI users swiftly change between Power Query’s M language and DAX, depending on tasks at hand. We will not be getting into the nitty-gritty details of...
VIDEO: using CALCULATE function in DAX

VIDEO: Creating the Calendar Table in Power BI

In this video, we discuss the calendar table in Power BI. When building a report in Power BI, it is recommended to create a calendar table. The calendar helps to better organize data and perform a more in-depth analysis using time-intelligence functions. In this...