Forum Discussion

Bron_Smith's avatar
Bron_Smith
Frequent Visitor
1 month ago

Error after June 2026 Power BI Update

Getting the below error on Power BI with Github as the version Control. 

Important to note:  I'm not using Tooltips

 

Workload Error Code Report_Import_FailedToImportReport

Workload Error Message Report Workload failed to import the report with report id d8603230-7b9b-40a1-84e1-32c316bd269b. 'pages/adcbebd70fabc808c543/visuals/08b0c68d025d02b9cbf9/visual.json': Property 'showSentenceFormat' has not been defined and the schema does not allow additional properties. Path 'visual.visualContainerObjects.visualTooltip[0].properties.showSentenceFormat', line 12471, position 33.

Time Wed Jul 15 2026 12:30:02 GMT+0100 (British Summer Time)

 

Is anyone else experiencing this? Does anyone else have a solution or workaround? I can't make changes to the exising report and I can't publish and push it through the pipeline because of this error.

 
 

5 Replies

  • v-csrikanth's avatar
    v-csrikanth
    Community Support

    Hi Bron_Smith 

    The mid-2026 Fabric/Power BI update tightened the PBIR JSON schema validation on the Service side. The Git-integration importer now rejects any property that isn't explicitly in its schema ("schema does not allow additional properties").

    showSentenceFormat is a newly-introduced tooltip formatting property that a recent Power BI Desktop build wrote into your visual.json the last time the report was saved. It lives under the visual container's visualTooltip object as a default, so it gets written even though you never configured tooltips. The Service's schema hasn't caught up to accept it yet, so the import fails.

    Try this workaround in your GitHub repo:

    • Search the repo for showSentenceFormat.
    • Delete that property everywhere it appears in visual.json files (also remove showTooltipFieldsOnly, showValuesInBold, showActionsInTooltips if they show up).
    • Commit → sync the workspace from Git.

    If you'd rather not touch JSON: disconnect the workspace from Git, publish from Power BI Desktop, then reconnect Git.

    Thank you.

    • Bron_Smith's avatar
      Bron_Smith
      Frequent Visitor

      I'll try this. Thank you. Just frustrating as I am not using tooltips anywhere in the report.

    • cina's avatar
      cina
      Frequent Visitor

      Is it common to release report features not yet supported by the Online Service? Failing to sync/update from Git since this field is not yet recognized, which is a bit strange since the report can be saved in PBI Online with that setting. Could we raise this issue to support? The workaround is to manually set these values in the Online Editor, but that's less than practical...

      Workload Error Code Report_Import_FailedToImportReport

      Workload Error Message 
      Property 'showTooltipFieldsOnly' has not been defined and the schema does not allow additional properties. Property 'sentenceTemplate' has not been defined and the schema does not allow additional properties.

      Property 'showSentenceFormat' has not been defined and the schema does not allow additional properties. 

       

  • v-csrikanth's avatar
    v-csrikanth
    Community Support

    Hi Bron_Smith 
    Thanks for letting us know.
    If you any other queries related to PowerBi and Fabric do reach out to the community.

    Thank you.

  • v-csrikanth's avatar
    v-csrikanth
    Community Support

    Hi Bron_Smith 

    We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.


    Thank you.