Forum Discussion
Converting PBIX to PBIR
Hello,
Enable Preview Features: Ensure that the “Store reports using enhanced metadata format (PBIR)” feature is enabled in Power BI Desktop. You can do this by navigating to File > Options and settings > Options > Preview features and checking the relevant box.
Check JSON Schema: Verify that all required properties are correctly defined in your JSON files. The error message you provided indicates that certain properties are either missing or not of the correct type. You can refer to the PBIR JSON schema documentation for detailed information on the required properties.
Manual Correction: If the error persists, you might need to manually edit the JSON files. This involves ensuring that all properties listed in the error message are correctly defined and typed. Be cautious with this approach, as incorrect changes can cause further issues.
Backup and Retry: Before making any changes, create a backup of your PBIX files. This way, you can revert to the original state if needed. After backing up, try converting the file again and see if the issue persists.
Best Regards
katty867