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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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