pbi_diagnose_pbix_dbcc
Statically check a .pbix file for DBCC string-store risks before opening in Power BI Desktop, returning a list of issues and a validity flag to avoid the repair dialog.
Instructions
Statically diagnose DBCC string-store risks on a built .pbix.
Returns a list of issues (each with a type and a short message)
and a valid flag. Use this before opening the file in Power BI
Desktop to avoid the round-trip through the modal repair dialog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pbix_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |