Documentation

Ataytis Vega Studio documentation.

Build, inspect, refine, and share Vega-powered Power BI visuals.

Reference

Troubleshooting

Resolve common installation, data, specification, rendering, template, interaction, and performance problems in a consistent order.

Installation and access

ProblemChecks and resolution
The visual is not found in MarketplaceConfirm the full name, update Power BI Desktop, sign in, and ask your tenant administrator whether marketplace visuals are restricted.
The Add action is unavailableCheck report edit permission, tenant policy, and whether your organisation requires an administrator-approved organisational visual.
The editor will not openSelect the visual, confirm it is not in read-only mode, and use the supported Edit or advanced-edit action in Power BI Desktop.

Blank or incorrect preview

  1. 1

    Check Diagnostics

    Fix specification or configuration parse errors first.

  2. 2

    Check Data table

    Confirm dataset contains rows and exact field names.

  3. 3

    Check the selected dataset

    Verify every mark reads from the intended source or derived dataset.

  4. 4

    Check scale domains and ranges

    A valid mark can still render outside the viewport or at zero size.

  5. 5

    Check opacity, fill, stroke, and clipping

    Temporarily use obvious colors and fixed sizes to isolate styling problems.

  6. 6

    Check renderer and viewport

    Try SVG, 100% zoom, visible boundary, and scrollbars to expose overflow or Canvas-specific behavior.

Template problems

ProblemLikely causeResolution
Template validation failsThe file is raw Vega JSON, damaged, edited incorrectly, or from an unsupported metadata shape.Return to the source visual and generate a new Studio template, or correct the template metadata.
No field can be assignedRequired fields are missing from the Values well or have incompatible types.Add suitable columns or measures, then reopen or refresh the assignment workflow.
Imported visual renders differentlyThe destination fields have different units, grain, categories, formats, filters, or row counts.Review every assignment and adapt the specification to the destination model.
Download is disabledThe Power BI tenant or host has disabled downloading content from custom visuals.Use the template Copy action and save the JSON in an approved application.

Performance problems

  • Reduce the number of rows sent to the visual with model aggregation, report filters, or a more appropriate grain.
  • Avoid repeated expensive transforms when a derived dataset can be reused by multiple marks.
  • Use Canvas for dense mark sets and compare performance with SVG using realistic interactions.
  • Disable live preview while making large structural edits.
  • Limit the number of simultaneously animated marks and high-frequency signal updates.
  • Inspect derived datasets for accidental Cartesian expansions or duplicate rows.
  • Test performance in Power BI Service as well as Desktop when the report will be published.

Version-change messages

The Studio records its build and the Vega provider version in template metadata. When a specification was authored with a different version, the Studio can present a version-change message. Review the change context, make a backup, then test parsing, rendering, interactions, and template export before adopting the updated result.

Troubleshooting | AtaytisTech