Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
lennox25
Helper V
Helper V

Help with getting Average of Total Columns

Hi - I hope someone can help?  I need to create a measure to calculate the average total of each column for A, B and C.

lennox25_0-1651661695511.png

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hey @lennox25 ,

 

you can either create a dax measure to calculate the average:

myAverage = AVERAGE ( myTable[myColumn] )

 

Or if you use the column with the values directly you can change the summarization to average:

selimovd_0-1651667065269.png

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍

Best regards
Denis

Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic

View solution in original post

3 REPLIES 3
selimovd
Super User
Super User

Hey @lennox25 ,

 

you can either create a dax measure to calculate the average:

myAverage = AVERAGE ( myTable[myColumn] )

 

Or if you use the column with the values directly you can change the summarization to average:

selimovd_0-1651667065269.png

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍

Best regards
Denis

Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic

SivaMani
Resident Rockstar
Resident Rockstar

@lennox25, Can you show the expected output?

Hi  

The Average for A = 0.10

                           B= 1.43

                           C = 25.38

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.