Recent Discussions
Project Server - All Project Deliverables in One View?
Using on-premises Project Server, there is a way to mark a task as a Deliverable in Project (thru Manage/Edit Deliverables button in Project Professional) and Project Server will display those deliverables on the PDP / Project Site page in Project Server. Is there a way to create a view or report which shows all deliverables for all projects that are currently in Project Server? This way, people do not have to go into each individual schedule or PDP to see all upcoming deliverables for the company.12Views0likes1CommentWhat MS Project Online Retiring Means
Hey all - there is probably a decent amount of confusion as to what the recent announcement from Microsoft regarding Project Online means and who it affects, so I made a video to explain. You can check it out here: https://youtu.be/x9efcEEHt_E141Views0likes2CommentsAutomatic overwriting "Task name", after saving
Hello Community, I am asking assistance for an easy issue but so annoying: when I save a MS Project file, the row modified loses its Task Name, overwriting itself, with apprarently no reason. It is so crucial to not overwrite because I lose my work team references. Here a breakdown: I have create a MS Project file named "PROJECT MASTER PLANNER". I have imported SubProjects on the rows. I modify one or more SubProject directly on "PROJECT MASTER PLANNER". I click "Save to All" or just "Save". The SubProjects modified lose their Task Name, overwiritng automatically with "78.25_rev01". 78.25_rev01 was my first MS Project ever imported on "PROJECT MASTER PLANNER", that i do not use anymore. Below a couple of screenshot. Many thanks to whom will help me, it is blowing my mind ! AndreB. SCREENSHOT 1/2 SCREENSHOT 2/231Views0likes3CommentsCrews in Planner in Planner/Project accelerator
I am trying to have a task in Planner/Project accelerator assigned to a crew. I would like the crew to be multiple people lets say 3 people. Can I then have the task assigned to this crew resource and calculate the effort X3?Solved70Views1like4CommentsCan't reduce row height - tried everything!
Hi there, I have a master plan which brings together a number of subprojects. I want to display just the summary tasks of each subproject to show the phasing of our entire portfolio. Even though row height under the gridlines menu is set to 1, wrapped text is off, and there are no labels on the gantt above/below the bar (only inside), I can't seem to get rid of the white space between rows. All ideas welcome! Thanks, Naomi144Views0likes12CommentsProject Server Enterprise Global Freeze
We are using on-premises Project Server. The Enterprise Global Template has frozen such that once I open it, MS Project freezes and I can't get to the Organizer to remove custom views (Assuming a custom view has polluted the EGT, as the only thing we do in the EGT is create or modify custom views/tables/filters). How can I access the Organizer to "un-pollute" the Enterprise Global Template? Also, I saved our custom views in an mpp file. How can I tell which view is causing the problem with the Global Template, so I can prevent this from happening in the future? Any help would be greatly appreciated!4Views0likes0CommentsProject Remaining Duration as of Status Date
In a Project schedule, The % Complete entered during an update doesn't seem to push the task Finish Date as it should. The task has a Start date of 6/9/25, Finish date of 9/23/25, duration of 14.95 weeks. The Status date is 9/12/25, Actual start 6/9/25 (on schedule) but progress is 2% Complete, Remaining Duration is 13.45 wks. When I click Update Project and reschedule uncomplete work to start as of Status Date (9/12/25) the Finish Date remains 9/23/25. Shouldn't the Finish Date push to approx. 12/12/2025 based on the % complete and remaining duration? There are a handful of tasks in this schedule with a similar issue, so I would like to find out what causes this, so we can make the task Finish Dates update as you would expect when updating % complete and Remaining Duration on tasks as of the status date. If someone could point me in the right direction it would be much appreciated. There are no date constraints on the task, and "Split In-Progress tasks" is selected in the Schedule Options. We are using a 4 day a week/10 hours a day calendar. We assign Generic Resources to tasks but this particular task is NOT resource loaded. This task is linked with both a predecessor and successor, and both the predecessor and successor are statused 100% complete. Could this be why Project isn't updating the Finish Date for this task, since its successor is complete? We are using Project Server. This project has been published with the status date of 9/12/25.105Views0likes6CommentsView all upcoming tasks for all projects in Project Server
How do you create a view in Project Server that shows all upcoming tasks (for example, from today to the end of next month) and their start/finish dates for all projects that are in Project Server? This way a Server user can see all upcoming tasks for the Enterprise, without having to go into each individual schedule? If it's not possible to create such a view, what are best practices for extracting this data into an excel Pivot Table?27Views0likes0CommentsBaseline fallback formula fails in project center
Hi Community, I have multiple projects: some have only a single baseline, some have two (Baseline and Baseline 1), and others have none. Later, I created a new project‑level, date‑type custom field. In this new field, I used the following formula: IIf([Baseline 1 Start] = ProjDateValue("NA"), [Baseline 1 Start], [Baseline Start]) The issue is: When I add this custom field to the Project Center view, the column shows as empty. When I open the same project in Project Professional (desktop) and check the Project Information, the field displays #ERROR. Has anyone run into this before or know the correct approach for checking if Baseline 1 exists, and otherwise falling back to the main Baseline date? Any suggestions or ideas would be greatly appreciated. Thanks in advance! Allow me to tag: Dale_HowardMVP John-project240Views0likes10CommentsAlert - external linkn
Hi all, I'm using Windows 11 version 24H2, and whenever I launch Microsoft Project Pro 2019 (with an auto-macro enabled), I get the following warning, in english it sounds like: "This project contains links to one or more data sources that may be unsafe and have been disabled. Do you want to enable these data sources? Only do this if you trust the source of the file." I've already checked the Trust Center settings, enabled all macros, and reviewed everything under Options > Trust Center > Trust Center Settings, but nothing changes. It appears before running vba code, so displayalert = false (or similar) does not work. I also removed all VBA code and deleted every task to make sure no external links were hiding anywhere — but the warning still appears every time. There are no obvious external links (in tasks or in code), so I'm a bit stuck. Any idea where else I should look or how to get rid of this alert? Thanks in advanc154Views0likes6CommentsAssignments - inconsistency oData-feed and PWA-GUI?
Dear all, we tried to identify all user resources in our Project Online environment that don't have an assignment, hence not are assigned to any task in any project. Idea was to use the Project Online oData feed ".../_api/projectdata", query the table "Assignments" for resources included and join with table "Resources" on ResourceId to get all resources that are not referenced in the table "Assignments". The result was looking reasonable. However, cross-checking some of the resources that shouldn't have assignments with the data in PWA-GUI, via page Resources (select resource and display assignments) showed that for some of those, individual assignments are shown in the PWA-GUI. Could you help me to get my head around this? Did we look in the right place to find resources without assignments? In theory and my understanding, the table "Assignments" should be consistent with what is shown in the PWA-GUI. We already checked for publish status of the relevant project, the assignment observed had been published 3 days ago. Kind regards, Petter66Views0likes1CommentCreating a Project through Graph API "msdyn_CreateProjectV1"
I want to create a new Project online plan using Microsoft Graph API, so i used this end point and action inside my flow:- now the action will run successfully, and it should have created a new Project with subject = "Subject Test from automate", as follow:- but i can not find the new project inside the UI:- any advice?73Views0likes1CommentPFTW: Make or Promote Subtask Grayed Out Sporadically
I have two separate projects that were created in PFTW. One of them I can still make and promote subtasks (not grayed out) and the other project I was able to make and promote subtasks but now both options are grayed out. I have tried to do this from Project Accelerator, PFTW, and Planner and cannot do it from any of the apps. This is the image from the Planner access for the WBS without the functionality accessible: Here's a screenshot from the WBS where I can access: I am not the only one with this issue and we seem to have the correct licensing as we can access the functionality in some projects but have lost it in others. Any assistance troubleshooting and resolving this is greatly appreciSolved397Views0likes4CommentsCannot Force Checkin: Project Web App
My team got project stuck in the queue and we can't publish any other projects as 2 jobs got stuck and causing other projects to continue to be in a wait. I tried to 1) Cancel the publish job (not successful) force checkin a project (not successful either) and it continues to stay in this state for several hours "Waiting To Be Processed" Please help!!1.2KViews0likes2CommentsNew Planner experience in Teams showing all tasks except Project tasks
I have the new Planner experience in Teams. In My Tasks and My Day sections I can see Planner tasks, Loop tasks, Flagged email tasks but I don't see tasks from Premium Plans a.k.a. Projects. Everything that I have read says that I should be seeing my tasks from Premium Plans here as well. Anyone else experiencing the same issue?626Views0likes4CommentsNeed Help in Project Operations connection with Project for Web
Can anyone suggest which Environment they are using in Dynamics 365 to use Project operations, is it CDS or CRM? or Does anyone knows how we can connect Project for Web and Dynamics 365 project Operations to see Projects and Tasks??358Views0likes2CommentsResources mapping using Project (Planner) and MS Power BI template
I have started using Project for the web and the MS Power BI template from MS. And I really like what I am seeing so far. How can I add a Resource Mapping view to the Microsoft Power BI Project for the Web template? I’d like to display the monthly percentage allocation for each resource, calculated based on remaining effort and the project schedule. Ideally, this view should also support filtering by project and by individual resource.198Views1like4CommentsProject online REST API for Project Manager approval on Task status update
Hi all, I am currently working on a custom solution that integrates multiple functionalities interacting with Project Online data. As part of a new requirement, whenever a team member submits a task update in timesheet, I aim to provide Project Managers with the ability to approve task updates directly from a custom page. My initial approach was to utilize the Project REST API (_api/ProjectServer), but I have not been able to locate an appropriate endpoint that supports this functionality. Could anyone kindly guide me to the specific REST API endpoint (if available) that can be used to approve task updates? Any insights or alternative approaches would be greatly appreciated. Thanks in advance. Regards Shruti Vyas134Views0likes1Comment
Events
Recent Blogs
- Project 2016 and Project 2019 will reach end of support on October 14, 2025.Oct 14, 202411KViews4likes9Comments
- One of my favourite features in Project Online, and Project Server, has been the portfolio features that allow you do match your plan portfolio against your business drivers to ensure you are gaining...Sep 25, 20243KViews4likes8Comments