Skip to main content

Average DAX Function in Power BI - Learning Power Bi 2023

 

     The AVERAGE function in Power BI allows you to calculate the average of a numerical column in a table or a measure. However, the DAX (Data Analysis Expressions) syntax for calculating the average depends on the specific structure of your data model.

     If you have a table with a column containing numerical values and you want to calculate the average of that column, you can use the following DAX formula:

 

Syntax :

    Average = AVERAGE(<column>)


It's important to note that Power BI calculates measures on the fly based on the data in your model, so the average will be dynamic and update when the underlying data changes or when you interact with visuals.

 

Thank you,
Gokul Tech

Comments

Popular posts from this blog

Understanding the DATESINPERIOD Function in Power BI

                                              Power BI is a powerful business analytics tool by Microsoft that helps users visualize data and share insights across their organization. One of the key features of Power BI is its ability to handle time-based data with ease, thanks to its robust suite of time intelligence functions. Among these, the DATESINPERIOD function is particularly useful for analyzing data over specific time periods. In this blog post, we'll dive deep into the DATESINPERIOD function, exploring its syntax, usage, and practical applications.  What is the DATESINPERIOD Function?                         The DATESINPERIOD function is a DAX (Data Analysis Expressions) function used to return a table of dates shifted by a specified number of intervals (day...

Schema in SQL Database

 What is Schema?                              In a SQL database, Schema is the logical structure. It helps the user to categorize the data according to the nature of information available in that database. For Example: -                             In a factory we have multiple departments are available, details for each department staff collected and maintained in different forms. To categorize them under their working department it will be organized as per the department.                        Similarly, Schema helps user to categorize the data based on the information.  How to Create Schema:                               We can creat...

Why to Learn Power BI?

  Introduction to Power BI     Contents:                        - >     What is Power BI?                        ->    Why to Learn?             What is Power BI?                         Power BI is a product launched by Microsoft. It is a Business Intelligence tool which helps us to visualize the data connected from various sources.                      Power B usiness I ntelligence ( BI ) is the acronym for the Power BI. As the name denotes    business intelligence it is used in various analysis purposes in business. It is used from low level             management till the hig...