Power BI Functions (original) (raw)

Last Updated : 19 Jan, 2026

Power BI Functions help transform raw data into meaningful insights. They enable users to perform calculations, manipulate data and build dynamic reports that support better business decisions. By using these functions effectively users can automate analysis and uncover patterns hidden within the data. Key features of these functions are:

DAX formula

A DAX formula can be written using the following syntax:

A = B(C[D])EF

Let us understand the syntax of DAX:

For example:

GrossRevenue = SUM(Sales(Revenue))*100000

This formula calculates the gross revenue by adding up the values in the revenue column of the Sales table and then multiplying the result by 100000.

DAX Functions

DAX has various types of inbuilt functions. Let us look at some of them.

**1. Date and Time Functions

These functions are used to perform operations on the date and time. Some of these are:

**2. Information Functions

These functions return important information about the value supplied to them. Some of them are:

3. Logical Functions

Logical functions are used to return information about the values in an expression.

4. Mathematical and Trigonometric Functions

These functions are used to perform mathematical and trigonometric operations on the expression or value. All the trigonometric functions accept the value in radians. Some of these are:

5. Statistical Functions

These functions are used to perform statistical analysis on the data supplied. Some of these are:

6. Text Functions

These functions are used to perform operations on the text and strings. Some of these are:

7. Table Manipulation Functions

These functions are used to perform manipulation on the tables such as filter, joins outer joins, etc. Some of these are: