Forum Discussion
ravimedia
Aug 09, 2025Copper Contributor
Error importing Project Accelerator for Project on the web in power apps
 I want to import the Project Accelerator solution for Project for the web (Project Plan 3). The solution can be downloaded form github https://github.com/OfficeDev/Project-Accelerator  I am using a 3...
Kidd_Ip
Aug 17, 2025MVP
Try below to fix the import error:
- Verify Dataverse Security Role
 
Global admin rights in Microsoft 365 don’t automatically grant full privileges in Dataverse. You need to ensure your user has a System Administrator role specifically within the Power Platform environment:
- Go to Power Platform Admin Center
 - Navigate to Environments > [Your Environment] > Settings > Users + Permissions > Users
 - Select your user and confirm that System Administrator is listed under Security Roles
 
If not, assign it manually.
- Check Environment Type
 
Some trial environments (especially default ones) may have restrictions. Consider creating a new environment with Dataverse enabled:
- Go to Power Platform Admin Center
 - Create a new Production or Trial environment (not the default one)
 - Enable Dataverse during setup
 - Assign yourself the System Administrator role in this new environment
 
- Enable Required Features
 
Ensure that Dynamics 365 apps are enabled in your environment:
- Go to Admin Center > Dynamics 365 apps
 - Make sure the environment has Dynamics 365 Project Operations or Dataverse for Teams enabled
 
- Try Importing via PowerShell or CLI
 
If the UI import keeps failing, you can try importing the solution using Power Platform CLI or PowerShell. This sometimes bypasses UI-level permission checks.