web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Project wrap-up history

(0) ShareShare
ReportReport
Posted on by 53
Hi everyone, I’m working with Dynamics 365 Projects, and I’d like to pull a report showing the date when a project was moved to the ‘Wrap Up’ stage in the sales process.
Is there a way to capture or extract this date (either through Advanced Find, audit history, or another method)? Any guidance or best practices would be greatly appreciated
Categories:
I have the same question (0)
  • Suggested answer
    Daniyal Khaleel Profile Picture
    423 on at
    Project wrap-up history
    Yes,you can capture the exact date when a project (or opportunity, lead, etc.) was moved to the Wrap Up stage of the business process flow (BPF) in Dynamics 365 Projects. It’s not immediately obvious, but there are a few supported ways to get at this data:
    Add a custom “Stage Entered On” field
    Create a DateTime field on the Project record (e.g., wrapupenteredon).
    Use a workflow / Power Automate flow triggered on BPF stage change:
    When activestageid = “Wrap Up”
    Set wrapupenteredon = utcnow().
    Now you have a persistent, reportable field directly on the Project table.
    Option 2 :Report directly from BPF entity
    Use Advanced Find (or Dataverse query builder) on the relevant BPF entity (e.g., projectstageprocess).
    Add columns like:
    Project (lookup to your main record)
    Active Stage
    Active Stage Started On
    Filter Active Stage = Wrap Up.
    This will show you the date each record entered the Wrap Up stage.
    Option 3:Power BI / Dataflows
    Pull the processstage and BPF entities into Power BI.
    Join them to your Project records.
    You can then show timelines of stage entry dates for Wrap Up and other milestones.

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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daniyal Khaleel Profile Picture

Daniyal Khaleel 173

#2
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 106

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 71 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans