If Export To File for Power BI Reports works for other reports but fails only for one, the issue is almost always something inside that specific report. The export API rejects reports that contain unsupported elements.
Most common causes
The report contains unsupported visuals (R/Python visuals, some custom visauls, or old uncertified visuals).
The report uses preview features or visuals that rely on live scripts (not renderable in export).
The report has too large pages, too many visuals, or a very large dataset/model causing internal timeout.
The report or dataset has Sensitivity Labels or security settings that block export.
The report uses DirectQuery to a source not supported by export (rare, but happens).
A specific page has a broken visual, causing the whole export run to fail.
How to quickly diagnose
The fastest method Power BI engineers recommend:
Duplicate the report.
Remove visuals/page one by one.
Export after each removal.
When the export starts working → the last removed visual/page is the culprit.
This almost always reveals:
A custom visual
A broken hidden visual
A page-level filter referencing a deleted field
A very large visual causing render timeout
✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
👍 Feel free to Like the post if you found it useful.