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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Get averaged weight for subtotals?

I am unable to get a proper weighted average. I have revenue data... The way I am doing it:

 

 

RevExclu =
CALCULATE (
    SUM ( Revenue[Revenue] ),
    FILTER ( 'Sectors', NOT 'Sectors'[Sec] IN { "xyz", BLANK () } )
)

(I have to exclude some revenue)

 

 

Then I get the total per UP:

TotalPerUP =
SUMX ( SUMMARIZE ( Revenue, 'Customer'[UP] ), [RevExclu] )

 

 

Then I get the max Sec per UP. (doesn’t matter which Sec, but the revenue sum value).

MaxSecPerUP =
MAXX ( SUMMARIZE ( Revenue, 'Customer'[UP], 'Sectors'[Sec] ), [RevExclu] )

 

Then I get the metric which Is total/max:

MetricUp =
DIVIDE ( [TotalPerUP], [MaxSecPerUP], BLANK () )

 

Then; I should go one level up and do the the weigthed average of this metric… Should be SUM( metric x size)  / Total

 

The upper level is Lead (each Lead has many UPs)

 

I have the total:

TotalPerLead =
SUMX ( SUMMARIZE ( Revenue, 'Lead'[Lead] ), [RevExclu] )

Now I need to go each UP by UP and do  (Metric x Size) (and then do a SUM of all that...)

 

That is, go UP by UP and do [TotalPerUP]*[MetricUp]


(I have only achieved it using ALLEXCEPT, but I would prefer not using it since it removes my filters…) How can I do it?

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.