VIDEO: Basic Time-Intelligence Functions

VIDEO: Basic Time-Intelligence Functions

DAX has a variety of time-intelligence functions that help you to build and compare calculations over different time period. With the help of these functions, you can see calculations over days, weeks, months, quarters and years. Let’s take a closer look. In...
VIDEO: Basic Time-Intelligence Functions

VIDEO: FILTER and ALL Inside CALCULATE Function

There are many different ways to use the CALCULATE function in DAX. Depending on a task, you might want to put other DAX functions, such as FILTER and ALL, inside CALCULATE. Two common functions that you put inside CALCULATE are the ALL and FILTER functions. Watch our...
VIDEO: Basic Time-Intelligence Functions

VIDEO: How to Use SumX Function in DAX

When people first start with Power BI, they are often confused about the two functions in DAX  – SUM and SUMX. Both functions are doing the aggregation and it may be hard to see the difference between the two. In this article, we take a look at the SUMX function...
VIDEO: Basic Time-Intelligence Functions

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: Basic Time-Intelligence Functions

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...