0% found this document useful (0 votes)
7 views9 pages

Exploring Dax Functions in Power BI Part 1

Uploaded by

Faisal Jamil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views9 pages

Exploring Dax Functions in Power BI Part 1

Uploaded by

Faisal Jamil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

PART -1

Important

DAX

FUNCTIONS

In Power BI

PowerBI
Email [email protected]
02

DAX Stands for data analysis


expressions. It’s a collection of
functions,operators and
constants that can be used in
PowerBI.

It is used to perform data


analysis, modeling and
calculations.

03

There are different categories of


DAX Functions.

Today I will discuss important

Date & Time DAX Functions.

04

DATE & TIME DAX FUNCTIONS

DAX FUNCTIONS
CALENDAR(<start_date>,

<end_date>)

---- Returns a table with a single column


named “Date” that contains a
contiguous set of dates.

LinkedIn www.linkedin.com/in/dhruvik-detroja/ Email [email protected]


05

DATE & TIME DAX FUNCTIONS

DAX FUNCTIONS
DATE(<year>,<month>,<day>)

---- Returns the specified date in datetime


format.

DATEDIFF(<date_1>,<date_2>,

<interval>)

---- Returns the number of units between


two dates as defined in <interval>.

LinkedIn www.linkedin.com/in/dhruvik-detroja/ Email [email protected]


06

DATE & TIME DAX FUNCTIONS

DAX FUNCTIONS
DATEVALUE(<date_text>)

---- Converts a date in text to a date in


datetime format.

DAY(<date>)

---- Returns a number from 1 to 31


representing the day of the month.

LinkedIn www.linkedin.com/in/dhruvik-detroja/ Email [email protected]


07

DATE & TIME DAX FUNCTIONS

DAX FUNCTIONS
WEEKNUM(<date>)

---- Returns weeknumber in the year.

MONTH(<date>)

---- Returns a number from 1 to 12


representing a month.

LinkedIn www.linkedin.com/in/dhruvik-detroja/ Email [email protected]


08

DATE & TIME DAX FUNCTIONS

DAX FUNCTIONS
QUARTER(<date>)

---- Returns a number between 1 to 4


representing a quarter.

LinkedIn www.linkedin.com/in/dhruvik-detroja/ Email [email protected]


For More Education Content

FOLLOW

ME ON

LINKEDIN

Please Like and


Repost if you find

this helpful

LinkedIn www.linkedin.com/in/dhruvik-detroja/

You might also like