To show Accounts with no new Orders in the last 2 years, you need a solution that handles “no recent related records.” Standard views can’t do this directly,
so here’s the clean, reliable approach.
1) Create a Rollup field on Account
In Account:
Field name: Last Order Date
Type: Date/Time (Rollup)
Related table: your Orders entity (e.g., Sales Order)
Aggregate: MAX (Order Date / Created On)
2) Build the View
Create a view with filters:
Last Order Date → Older Than → 2 Years
OR
Last Order Date → Does Not Contain Data
This returns:
Accounts with no orders ever
Accounts with no orders in the last 2 years
3) Add to Dashboard
Create a dashboard in Dynamics 365
Add:
List (your view)
Optional chart (count of inactive accounts)
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.