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.11Views0likes1CommentAutomatic 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?Solved70Views1like4CommentsProject 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!4Views0likes0CommentsCan'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, Naomi144Views0likes12CommentsView 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?27Views0likes0CommentsProject 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.105Views0likes6CommentsWhat 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_E141Views0likes2CommentsBaseline 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 advanc154Views0likes6CommentsCreating 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?73Views0likes1CommentAssignments - 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, Petter66Views0likes1CommentPDP - Mandatory Custom Fields Issue
Hello everyone, we have an issue in Project Server 2019, we created custom fields as mandatory and added it to a PDP. If we try to edit the project information from PDP, it saves the project without validate or fire an error that one of the mandatory fields is empty. if we saved through Micrsoft Project if fires an error normally, also the same case if the user tries to submit workflow stating that mandatory fields is empty. Thanks & Regards Ahmed Amin63Views0likes1CommentResource leveling doesnt do anything
Good day folks, Hopefully you will be able to help me here - fairly new to MSP. Background - I'm using MSP to manage aircraft heavy maintenance input phases. I have my team set up as work resources, each task is set in project with work amount per task and team member resources allocated to each task The issue I can't get over is I have for example several tasks on the induction phase that will be carried out by one team member - no matter what I do I can't get project to level that team member so it shows the tasks being conducted one after the other - they stay as 'concurrent' and the resource always shows overloaded. It's frustrating the heck out of me :D Any thoughts? What are the things that can stop leveling from doing it's thing? Let me know if you need to see any settings184Views0likes5CommentsIssues with task priority and ressource
Hello, I have an issue in MS Project while scheduling my project based on my resources and task priorities. I have 2 projects: Lot 1 (priority 700) and Lot 2 (priority 600 hence less prioritized). I have a resource named "D-Q" which is assigned very late to my task "[Lot 1] A" (see yellow line in the picture), resulting in the task finishing on 10/10/25. Project assigns my resource "D-Q" to tasks in Lot 2 (see green lines in the picture) which are less prioritized, but I don't understand why. Furthermore, my resource "D-Q" is not assigned to any task for 3 weeks (from 18/08 to 07/09) ? I get these issues after updating the project from 16/07/25 and leveling all resources. And my task type is "Fixed Units" . Thank you in advance for your help 🙂127Views0likes3CommentsRow height issue
Hello, I have been facing recently issue with automatic row adjustment (Microsoft® Project 2016 MSO (Version 2505 Build 16.0.18827.20102) 64-bit): anytime I make any change on any of the rows, Project automatically changes the heigh of some of the rows into random height. Selecting/unselecting Wrap Text does not help - when clicking the Wrap text, the rows are readjusted to single line, but when I make another change in Gant (eg update % Completion), the rows height changes again. So basically after every change in gant, I need to select or unselect Wrap Text (the same result ) to get back single line per row view. I went throught the forum and tried advices: Bar Styles - check all on row 1, Bar Styles - bars without text, Bars/Layout - decrease the bar heigh. Nothing helped so far. Can anobody help, or is it a SW bug?Solved189Views0likes6CommentsExporting resources to excel to create histogram
Hi I'm a scheduler who normally uses P6 (although I have used MS Project a little in the past!) I'm working on a tender schedule which has a stipulation to be presented in MS Project... all good so far, schedule built looks good, hits the key dates etc and now I've loaded it out with construction resources (masons/roofers/electricians etc), one of the tender deliverables is to present a resource histogram (showing numbers of operatives/day) of the project resource. I'm looking to export the project resources to excel to produce the histogram and this is where the issue is! The options as I see it are - Export a visual report - I exported a time-phase resource usage report but then hit a brick wall when I tried to manipulate the pivot table data to add a calculated field to convert the hours into a resource headcount as project export to Excel using OLAP cube data which isn't modifiable! Resource Usage View copy & paste - next I tried to straight up copy & paste the raw data from the Resource Usage view into excel to create my own pivot table but unfortunately left clicking to highlight all the date just didn't seem to work - I could highlight and copy the left hand table but the time phase data on the right hand side seems un-copyable, if I highlight it I don't get any copy option on the left click! Export to Excel - next I tried to export the raw data in xlsx format via File/Export/Save Project as File but then am unsure of which fields to set up when mapping to get the resources time phased, I just seem to be able to export the tabular info - Lastly I created a custom report using the in-built graphing tool in Project to create the histogram but this gives a couple of issues - the resource stats on the y-axis are in hours (obviously) with no way of converting to days and more importantly it is in Project and not in Excel as stipulated in the tender requirements! Am I missing something fundamental with this/is it possible? Any help would be gratefulSolved160Views0likes5Comments
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