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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
MarshalSK
Resolver I
Resolver I

How to get average, based on selected Year and Month

Hi Folks, Need your assistance to get calculated, Average Sales based on selected year and month.


expected result:

MarshalSK_0-1705598840849.png

 

 

YearMonthSales
2011Jan100
2011Feb200
2011Mar300
2011Apr500
2011May100
2011Jun200
2011July300
2012Jan400
2012Feb100
2012Mar200
2012Apr300
2012May100
2012Jun900

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @MarshalSK ,

Just use this DAX:

Average = AVERAGE(Sheet15[Sales])

The final output is below:

vjunyantmsft_0-1705627774545.png

vjunyantmsft_1-1705627783540.png

vjunyantmsft_2-1705627799382.png


Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @MarshalSK ,

Just use this DAX:

Average = AVERAGE(Sheet15[Sales])

The final output is below:

vjunyantmsft_0-1705627774545.png

vjunyantmsft_1-1705627783540.png

vjunyantmsft_2-1705627799382.png


Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors