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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Bhanu_chPBI
Helper I
Helper I

Need dax calculation Min,Max,Avg,Weighted Avg.

Hi Team,

 

I'm seeking help with calculating an weighted average in my Power BI model.  For reference I have attached screenshot below. i need to show weighted average Timetake for submiting the Invoices by client wise. 

Thanks in advance for any guidance you can offer.

 

Bhanu_chPBI_0-1670935418726.png

 



 

1 ACCEPTED SOLUTION

@Bhanu_chPBI if I have misinterpreted the result you want to obtain, I ask you to show me an example of output, I will help you build the measurement.

View solution in original post

3 REPLIES 3
BeaBF
Super User
Super User

@Bhanu_chPBI Try this measure:

Measure = DIVIDE(CALCULATE(SUM('Table'[TimeTaken]), ALLEXCEPT('Table','Table'[Client])), CALCULATE(COUNT('Table'[TimeTaken]), ALLEXCEPT('Table','Table'[Client])))
 
BBF
 

Hello @BeaBF ,

 

If you don't mind can you pls take sample data according to my screenshot and do some sample report and can send it to me please. 

@Bhanu_chPBI if I have misinterpreted the result you want to obtain, I ask you to show me an example of output, I will help you build the measurement.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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