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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
Agaidar
Helper I
Helper I

How to get sum in Marix table subtotal for AVERAGEX?

Hi Team,

 

If there is any way to get subtotal result for my below example?

 

I do ROI impact of our promotions, but some of them can run multiple weeks and I need to find difference vs non promo/base weeks sales. This how I do Base Units sales Base Units = CALCULATE(AVERAGEX('1 Total Summary','1 Total Summary'[NON PROMO AVERAGE]),ALLSELECTED('1 Total Summary'))  

 

However, I would like to see sum instead of average in my subtotal result for base units/Matrix Table. 

 

Agaidar_0-1622057963719.png

 

 

   

1 ACCEPTED SOLUTION
Agaidar
Helper I
Helper I

Hi,

 

I think I nailed it

 

Base Units =
VAR AvgSales = CALCULATE(AVERAGEX('1 Total Summary','1 Total Summary'[NON PROMO AVERAGE]),ALLSELECTED('1 Total Summary'))

RETURN
IF(HASONEVALUE('Calendar'[Week M]),
AvgSales,
SUMX( VALUES('Calendar'[Week M]),AvgSales))
 
credits to Enterprise DNA

View solution in original post

1 REPLY 1
Agaidar
Helper I
Helper I

Hi,

 

I think I nailed it

 

Base Units =
VAR AvgSales = CALCULATE(AVERAGEX('1 Total Summary','1 Total Summary'[NON PROMO AVERAGE]),ALLSELECTED('1 Total Summary'))

RETURN
IF(HASONEVALUE('Calendar'[Week M]),
AvgSales,
SUMX( VALUES('Calendar'[Week M]),AvgSales))
 
credits to Enterprise DNA

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.