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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Average of each month

Hello Power Bi community
I have this challenge to find average compensation per month, and the averaging of each month only based on the current year

Average Compensation = AVERAGEX(
                                              VALUES(DIM_DATE[MM-YYYY]),
                                                [Total Compensation])

 

 

(This is just a sum dax. [Total Compensation] = SUM(amount))
Example, for 2021: 
first 2 month has 1 average based of the first 2 month 
(867+991)/2 = 929
First 3 month:
(867+991+919)/3  = 925
etc.

KhanhTu_0-1623662205263.png

 

1 REPLY 1
SanketBhagwat
Solution Sage
Solution Sage

Hi @Anonymous .

If your date column contains data in MM-YYYY format, then I would recommend you to first create a Month calculated column using =TEXT([Date Column],”MM”) and then use the below DAX,

Avg. Compensation=
                                   AVERAGEX(VALUES(DIM_DATE[MM-YYYY]),

                                  [Total Compensation])

 

Else you can convert the same column in MM format and perform the DAX.

 

Regards,

Sanket Bhagwat.

 

If this post helps, then please consider iit as Accept as the solution.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.