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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
thomaskelly
Helper I
Helper I

Help Needed with Date Measure

Hello

 

I really need some help with this one.

 

I have a table with sales order information taken direct from a SQL database. The orders have a due date coloum. I want to count all of the orders where the due date has passed todays date .  so any orders with a due date of yesterday will be counted but orders with a due date of tomorrow will not.

 

Can this be done ?

 

many thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi,

There are several ways to do this and it all depends on how your table is structured, how you plan on using your meassure and so on...

 

For example if all your rows in the sales order table corresponds to separate orders and all you want to do is to get an count of the orders that has passed due date the simple meassure like this will work:

Orders past duedate = COUNTROWS(FILTER(Orders,Orders[DueDate]<TODAY()))

 

But I guess there will be other factors to consider as well but without knowing more about your specific case...

 

Br,

Magnus

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi,

There are several ways to do this and it all depends on how your table is structured, how you plan on using your meassure and so on...

 

For example if all your rows in the sales order table corresponds to separate orders and all you want to do is to get an count of the orders that has passed due date the simple meassure like this will work:

Orders past duedate = COUNTROWS(FILTER(Orders,Orders[DueDate]<TODAY()))

 

But I guess there will be other factors to consider as well but without knowing more about your specific case...

 

Br,

Magnus

Hello Magnus

 

Thanks for responding. that is exactly the soloution i was looking for.

 

Very  much appreciated .

 

and have a great day Smiley Happy

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.