Power BI Refresh Error:
Fabric Copy Activity Error 20153
What does this error mean?
The OAuth2 client ID configured in the linked service contains a colon character (':'), which is an invalid character for OAuth2ClientCredential authentication in Fabric. The Copy Activity will fail until the client ID is corrected.
Common causes
- 1The client ID was copy-pasted with an accidental colon character included, such as from a 'ClientID: <value>' label format
- 2The authorization server uses a non-standard client ID format that includes a colon, which Fabric does not support
- 3A username:password or similar compound credential string was mistakenly entered in the client ID field
- 4Manual entry error when configuring the linked service in Fabric Data Factory
How to fix it
- 1Step 1: Open the linked service configuration in Fabric Data Factory and locate the client ID field for the OAuth2ClientCredential authentication section.
- 2Step 2: Inspect the current client ID value carefully for any colon (':') characters and remove them.
- 3Step 3: Cross-reference the correct client ID value from your authorization server's application registration (e.g., the App Registration in Microsoft Entra ID) to ensure accuracy.
- 4Step 4: Save the updated linked service and run a test connection to confirm the authentication now succeeds.
- 5Step 5: If using a parameterized or Key Vault-referenced client ID, verify that the secret or parameter value stored externally also does not contain a colon.