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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
sagarsahoo_123
Helper IV
Helper IV

How to show Average value instead of cumulative in the table when multiple months selected in slicer

Hi Team,

Need your support to resolve one requirment which will show Average value in the table when multiple months selected in slicer.

For example:- in the below image if we select only one month, the value displayed in the table is coming fine but i want to show Average value when multiple months selected instead of cumulative.we have Oct month and Sep month Data. Individual month is showing data correctly but while we take multiple months it is coming as cumulative value, which i need to dilay as Average.

sagarsahoo_123_0-1669781654905.png

When both Sep and Oct selected at a time, it is hsowing as cumulative which i need to show as Average.

sagarsahoo_123_1-1669781722015.png

Please let me know how can i bring this as Average value of Both Months total value. Please help me to resolve this.

 

Regards,

Sagar

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@sagarsahoo_123 , Create a measure like , assuming you already have a measure - M1

 

AverageX(Values(Date[Month Year]), [M1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@sagarsahoo_123 , Create a measure like , assuming you already have a measure - M1

 

AverageX(Values(Date[Month Year]), [M1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak ,

Thanks a lot for your quick support. That is what i was looking for.

Appreciate your effort to resolve my query.

 

Regards,

Sagar

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors