• Post category:StudyBullet-8
  • Reading time:5 mins read


Hands-on guide to Microsoft Power BI DAX

What you will learn

A beginner to intermediate guide on how to create DAX formula

Understand the concept of calculated column, measures, and tables in DAX

How to solve the problem statement using various DAX function

Description

If you are someone dealing with reporting, with the help of DAX functions you can unlock the advanced power of reporting in Power BI. These functions will help you get better data insights.

DAX or Data Analysis Expression is a library of functions and operators, using which you can create formulas and expressions. This will help you with creating powerful formulas to ease your data analysis and reporting process.

This course is designed in a Problem Statement – Solution format where we start with the problem to which a solution is sought with the help of DAX functions where each component of the expression is clearly explained in easy-to-understand terms,

What is in store for you?


Get Instant Notification of New Courses on our Telegram channel.


In this course, you will

1. Understand the concept of DAX and how to create calculate column, measure, tables, and quick measures

2. From the exhaustive list of DAX functions, we will be looking into the most frequently used functions from the family of

  • Date and Time function – WEEKDAY,  EDATE, EOMONTH,  DATEDIFF, TODAY, NOW
  • Text function – FORMAT, COMBINEVALUES, LEFT, RIGHT, FIND, UPPER, LOWER, UNICHAR, REPT
  • Logical function – IF, Nested IF, AND, OR, SWITCH
  • Relationship function – RELATED, CROSSFILTER, RELATEDTABLE
  • X-function – SUMX, RANKX
  • Filter function – CALCULATE, ALL, EARLIER, FILTER, LOOKUPVALUE
  • Statistical function – DISTINCTCOUNT
  • Time intelligence function- DATESYTD, DATEADD, SAMEPERIODLASTYEAR
  • Information function- CONTAINS
  • Table manipulation function- SUMMARIZECOLUMNS
English
language

Content

Introduction

Getting Started
Syntax
Intro to DAX

DATE and TIME Function

WEEKDAY Function
EDATE Function
EMONTH Function
DATEDIFF and TODAY Function

TEXT Function

FORMAT Function
COMBINEVALUES Function
LEFT and FIND Function

LOGICAL Function

IF Function
NESTEDIF Function
AND FUNCTION
OR Function
SWITCH Function

RELATIONSHIP Function

RELATED Function
CROSSFILTER

X FUNCTION

X FUNCTIONS

FILTER Function

ALL Function
EARLIER and FILTER Function
LOOKUPVALUE

STATISTICAL Function

DISTINCTCOUNT Function
RANKX Function

TIME INTELLIGENCE Function

DATESYTD Function
DATEADD Function
SAMEPERIODLASTYEAR

INFORMATION Function

CONTAINS FUNCTIONS

NEW TABLE AND QUICK MEASURE

New Table
SUMMARIZECOLUMNS
Quick Measure