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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Weighted average of measures?

I am unable to get a proper weighted average. I have revenue data... The way I try 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
v-deddai1-msft
Community Support
Community Support

Hi @Anonymous ,

 

Would you please show us sample pbix file? I'm not getting clear from your description without sample data.

 

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

 

Best Regards,

Dedmon Dai

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.