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
mpalha04
Helper III
Helper III

Filter Measure Based on Different Dates

Hello,

 

I want to calculate total revenue for clients starting from different ship dates. The client ID and corresponding ship date is from an Excel table and I created a relationship to my orders table based on store ID. I also created a seperate date table to some time intelligence calculations. Please refer below: 

 

Capture.JPG

 

Capture.JPG

 

For example, Hants East Rural High will start calculating total revenue from August 28.

 

Any help is appreciated! Thanks!

1 ACCEPTED SOLUTION

Thanks @kgova@Ashish_Mathur,

 

Simple fix I should have figured. Solution below:

 

Measure = CALCULATE(SUM(Table1[order total]),FILTER(Table1,Table1[order date] > Table2 [ship date]))  )

View solution in original post

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

 

On a simple dataset, share the expected result.  Also, share some data so that i can paste it in an Excel workbook.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi @Ashish_Mathur,

 

Thanks for your reply. Please see below.

 

An example of order table:

 

Capture.JPG

 

An example of a Ship Date table, which consists of the store id and the store's respective ship date. I have this data in a seperate Excel table.

 

Capture.JPG

 

Expected result below when the date for the report is after APRIL 4:

 

Capture.JPG

 

If the date of the report is after MARCH 1, the expected result is below:

 

Capture.JPG

 

I have created a seperate date table.

 

Essentially, the sum of revenue should be running starting from each store's respective ship date. If the date is filtered before the store's ship date, revenue should be $0.

 

Thanks!

use below measure you will get the desired output

 

Measure = CALCULATE(SUM(Table1[order total]),FILTER(Table1,Table1[order date] > DATEVALUE("4/4/2017"))  )

 

Thanks @kgova@Ashish_Mathur,

 

Simple fix I should have figured. Solution below:

 

Measure = CALCULATE(SUM(Table1[order total]),FILTER(Table1,Table1[order date] > Table2 [ship date]))  )

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.