Microsoft project management software used to plan, manage, and communicate a project schedule and other information among workgroup members, project managers, and other stakeholders.
Hello,
As the forum's AI recommended, Microsoft documents the following conversion path:
- Open the eligible Basic plan in the new Planner.
- Select More (…).
- Under Add premium views, select People, Goals, or Assignments.
- Select Yes, convert now.
Microsoft also states that users who already have a premium license can select Timeline or select one of the premium views from the (…) menu. Since your screenshot already shows Goals and Timeline, please select one of those tabs and let us know exactly what appears. The tabs being visible does not by itself confirm that the plan has already been converted.
References:
A Global Administrator should also check the tenant-level conversion setting by running:
Get-PlannerConfiguration
Check the value of AllowDataFlowToDataverse. Microsoft states that this setting is enabled by default, but administrators can disable it. If it returns False, the administrator can enable conversion with:
Set-PlannerConfiguration -AllowDataFlowToDataverse $true
The required Planner Tenant Admin PowerShell setup is documented here:
Please also confirm that the Basic plan is shared with a Microsoft 365 group and was created in the core Planner application. Microsoft states that Published plans and Loop task-list plans cannot be converted. Any member of an eligible Basic plan can perform the conversion if that user has a Planner premium license.
If AllowDataFlowToDataverse is already True, the plan meets the documented eligibility requirements, and no conversion option appears after trying the available premium views, I recommend that your Microsoft 365 administrator open a support request from Microsoft 365 admin center > Support > Help & support.
Microsoft’s conversion article currently states that this capability is beginning to roll out, but the available documentation does not provide a way to confirm its rollout status for a particular tenant. Microsoft Support would therefore need to check whether the missing option is related to service availability or another tenant-specific condition.
When opening the request, include the screenshots, the affected plan details, the assigned license, and the value returned for AllowDataFlowToDataverse.