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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Telli
Frequent Visitor

Calculating a weighted average if date within range

Hi, 

My Employer has asked me to calculate e "weighted average days" from invoices.

 

I assume that I would need to build a formula on the following logic 

Sumproduct(Amount * Days(outstanding)/Total Amount

Where the variables would be constrained to:
given date is >issue date and <PayDate unless Paydate is Blank

 

Invoice NOAmountIssue DatePayDate
1100001.01.2215.01.22
290003.01.22null
370010.01.2221.01.22
4110015.01.22null

 

14.01.22 -> 1000x13/2600 + 900x11/2600 + 700*4/2600 = 9,884 Days

15.01.22 -> 900x12/1600+700*5/1600 = 8,9375

 

I have tried write a bunch of formulas in DAX, but I come up short when I need to filter datex "between" Issue- and PayDate while also taking into account if Paydate is null.

 

with regards

telli

 

 

1 ACCEPTED SOLUTION

Hi, @Telli 

If your problem has been solved, you could accept the helpful answer as solution to close this thread.

Other community members will easily find the solution when they get the same issue.

If you haven't, please feel free to ask.

 

Best Regards,
Community Support Team _ Eason

View solution in original post

3 REPLIES 3
Telli
Frequent Visitor

Much appriciated @amitchandak. Will try it during the weekend 

Hi, @Telli 

If your problem has been solved, you could accept the helpful answer as solution to close this thread.

Other community members will easily find the solution when they get the same issue.

If you haven't, please feel free to ask.

 

Best Regards,
Community Support Team _ Eason

amitchandak
Super User
Super User

@Telli , refer if this blog can help

 

https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-o...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors