Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

pbip not working due to showActionsInTooltips

I created  .pbip file, everything worked well; Suddenly yesterday something changed - it can be worked on and saved; however, the second I close file and try to reopen it. or try to publish the pbip, or sync workspace with git branch - it returns this error:

'pages/4dbd8244539262a7c568/visuals/e7c9a06c5e6a8566ddbe/visual.json': Property 'showActionsInTooltips' has not been defined and the schema does not allow additional properties. Path 'visual.visualContainerObjects.visualTooltip[0].properties.showActionsInTooltips'

I tried to google this, but i think this Action in Tooltips feature is too new to be reported anywhere yet.

I am wondering if it's only me experiencing this issue... or it's a common "bug"?

Status: New
Comments
Qbasicjed
New Member
Had the same issue today. Mine had a location where the "bug" was. I removed the showActionsInTooltips part of the json. It was about 7 lines. I'm not sure what ramifications this has yet, but at least I could open the file again. This is the exact code that I removed: "showActionsInTooltips": { "expr": { "Literal": { "Value": "false" } } },
DRS_BI
Regular Visitor
I did it yesterday too, but then it returned me another error in another json file... and i have around 40 json files to correct... I would rather Microsoft fix this bug on their end, rather than modify json files locally and risk corrupting files.
ThristonS
New Member
Same issue on my end. Thankfully, I published an up-to-date version before the issue. I was able to download it as PBIX and use that instead. This is the last time i experiment with pbip.
DRS_BI
Regular Visitor
@ThristonS - I contacted MS support, it will be resolved with the upcoming March update 🙂 In my case - we isolated issue - cards with tooltips. After removing tooltips from card visual - it is working fine. I'm looking forward to the new update 🙂
ThristonS
New Member
@DRS_BI thank you for the update. In my case, I couldn't get the pbip to open and load the report even after I removed ""showActionsInTooltips": { "expr": { "Literal": { "Value": "false" } } }" from the page visual. Thankfully, it will be updated soon 🙏
DRS_BI
Regular Visitor
@ThristonS I did not remove it from json file. I found a visual (card) in my report that had tooltip - and I just removed tooltip from the visual, not the text files.
DRS_BI
Regular Visitor
@ThristonS I did not remove it from json file. I found a visual (card) in my report that had tooltip - and I just removed tooltip from the visual, not the text files.