Ensure Dataverse Is Enabled: PCF relies on Dataverse. Confirm that Dataverse is enabled in your environment. If Dataverse is not installed, add it to your environment from the Admin Center.
Check Licensing: Verify that your license supports PCF features. For example: Per App or Per User Plans typically support PCF. Trial environments should also support PCF.
Update Power Platform Versions: Make sure the environment is running the latest version of the Power Platform.
Use PowerShell for Verification: If the setting is still not visible, use PowerShell to confirm and enable the PCF feature
Install-Module -Name Microsoft.PowerApps.Administration.PowerShell -AllowClobber -Scope CurrentUser
Connect-PowerPlatformEnvironment
Set-TenantSettings -EnablePCF true
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.