Tracking, updating, and organizing tasks within Microsoft Teams or integrated apps
Thank you for posting your question in the Microsoft Q&A forum.
According to your concern and based on my knowledge on Microsoft Planner, in Planner Premium (which is built on the Project for the web and stores data in Dataverse), the standard task fields like Finish / Scheduled End are schedule dates and typically won’t give you a dedicated “completed on” timestamp. Refer to the information from DaleHowardMVP, Project for the web doesn’t store an Actual Finish / completion datetime out of the box, so there isn’t a dedicated column you can query for “the moment the task hit 100%.” For reference: In P4TW, when a user completes a task, is the date/time captured? : r/MSProject
(This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.)
The suggested practical approach is to use Dataverse auditing to derive completion timestamp. If auditing is enabled for the table/column, you can query the Audit table for the change event when progress (or the status field you use) first became “complete”:
- Enable auditing at the environment level > Enable auditing on the task table (e.g. msdyn_projecttask)
- Track the field that indicates completion (% complete or percentcomplete)
- Then read the Audit History to see exactly when it changed to 100%
For you receiving further appropriate assistance and guidance, I recommend posting your scenario in the Microsoft Power Platform Community Forum Thread. This forum is dedicated to Dataverse for Planner Premium/Project for the web and is actively monitored by experienced users, Microsoft partners, and engineers who can provide detailed guidance and share best practices.
Apologies for redirecting you to a different community as I'm a forum moderator, my primary role is to guide users toward the appropriate resources and support channels and the category you initially posted in primarily focuses on Microsoft 365-related topics, therefore I may not have the depth of expertise needed for Dataverse-specific questions.
Thank you for your patience and understanding throughout this process. If you have any other questions or concerns in the future, please do not hesitate to reach out again. Not only will I be happy to help you, but also all the moderatos of the Q&A forum will do their best to provide support and assistance.
I hope that everything will get sorted out soon. Wishing you a great day ahead.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.