Forum Discussion

scone's avatar
scone
Regular Visitor
8 months ago
Solved

Error "CustomVisualNotFound" (Deneb 1.8.2.0)

Hi all   I've created a simple visual using Deneb (about 30 lines of spec in Vega Lite). This renders perfectly in Desktop, but doesn't in the Service, I get the above error. I've ran the issue by ...
  • v-hashadapu's avatar
    8 months ago

    Hi scone , Thank you for reaching out to the Microsoft Community Forum.

     

    This isn’t an issue with your Vega-Lite spec or with Deneb being blocked. The Desktop-works but Service-fails and re-saving fixes it for me only pattern is a known Power BI Service behaviour with Deneb. It happens because the Service evaluates and caches the Vega-Lite spec differently than Desktop and those two environments are not always in lockstep.

     

    When you re-edit the spec in the Service, it forces a recompile for your session, which is why it starts working for you but remains broken for other users. That strongly points to a Service side rendering or caching problem rather than anything wrong in the report itself.

     

    Practically, the safest way to avoid this is to keep the spec fully explicit and conservative. Pin the Vega-Lite schema version, avoid newer or edge features and don’t rely on implicit defaults that Desktop tolerates. If you want a definitive call on your exact case, posting the spec and Service error to the Deneb GitHub issues page is usually the fastest way to confirm whether you’ve hit a Service limitation.