@sakuraime Welcome to Microsoft Q&A and Thank you for posting your question.
If you are trying to migrate from SQL server to SQL Managed Instance, please go through Migrate SQL Server to SQL Managed Instance offline with PowerShell & Azure Database Migration Service and verify you did not miss any steps. There are a few additional requirements you need to address:
Select logins. Create a list of logins to be migrated as shown in the following example:
PowerShell
Copy
$selectedLogins = @("user1", "user2")
Please do let us know if you have further query. Please mark posts as answer if it answers your query. This would be helpful for others community members facing the same kind of problem.