Free .pbiviz Generator

Download a SPC Control Chart .pbiviz file for Power BI

Download a SPC Control Chart .pbiviz for Power BI. AI-generated, source code included, free trial credits to start. No marketplace seat fees.

A .pbiviz is the file format Power BI uses for custom visuals — a packaged TypeScript visual including capabilities.json (data role definitions), visual.ts (rendering logic), settings.ts (formatting-pane options), and a compiled bundle. Importing one into Power BI Desktop is straightforward (Visualizations pane → three-dot menu → Import a visual from a file). The harder question is where to get a .pbiviz that does exactly what you want.

If you've searched "SPC Control Chart pbiviz download free", you've probably hit AppSource (most options paid; free tiers limited) or GitHub repos (mixed quality; often un-maintained; rarely the exact visual you described). The third option — generate a custom .pbiviz from a description, free up to your trial credits — exists and most people haven't tried it yet.

VizForge generates the .pbiviz on demand from a plain-English prompt. The output is a standard Power BI custom visual: same .pbiviz extension, same import path, same Power BI compatibility (Desktop, Service, Premium, Embedded). The TypeScript source ships with the file, so the visual is yours to extend or modify forever.

Step-by-step

  1. 1

    Describe the spc control chart you need

    Specify the data shape (which columns the visual will consume), the styling (colours, fonts, border radius), and the formatting-pane options users should be able to adjust. Two-three paragraphs of description usually produces a near-final visual on first generation.

  2. 2

    Generate and review

    Click Generate. The pipeline runs in 1-3 minutes for fresh visuals. You see a live preview while the build runs. If the result isn't quite right, click Refine and describe the change — each refinement is a small diff, not a regeneration.

  3. 3

    Download the .pbiviz

    Click Download in the workspace. The browser saves a .pbiviz file (~50-200 KB depending on visual complexity). The TypeScript source is also available as a separate download if you want to edit the visual yourself later.

  4. 4

    Import into Power BI Desktop

    In Power BI Desktop: Visualizations pane → three-dot menu → Import a visual from a file → select the .pbiviz. The spc control chart appears in your visualisations gallery; click to add it to the page.

  5. 5

    Bind data and publish

    Drop your fields onto the data wells exposed by the visual. Adjust formatting in the standard formatting pane. Save the .pbix and publish to Power BI Service when ready — the spc control chart renders identically in the browser.

The AI alternative: Generate a free spc control chart .pbiviz on the trial plan — 5 credits on signup, no card required. Source code included.

Generate a spc control chart on VizForge →

When to use a spc control chart

  • Manufacturing yield and defect-rate monitoring
  • Healthcare quality metrics (readmission rate, infection rate)
  • Call-center AHT (average handle time) tracking
  • Web service SLA tracking with process-shift detection
  • Financial reconciliation variance monitoring

Frequently asked questions

How big is the typical .pbiviz file?

Generated .pbiviz files are 50-200 KB for most visual types — comparable in size to AppSource visuals. The .pbiviz is a zip-archive containing the compiled JavaScript bundle, the capabilities.json, and metadata.

Will the .pbiviz work after Power BI's monthly updates?

Yes. The Power BI Visuals SDK has strong backwards compatibility within major versions. VizForge generates against API 5.11+; .pbiviz files generated today will continue working through Power BI's 2026-2027 update cycle.

Is the source code really included?

Yes. Every download includes the full TypeScript source (visual.ts, settings.ts, style.less, capabilities.json). You can open the project in VS Code, edit it, rebuild with `pbiviz package`, and reimport. There's no obfuscation or licence-key gating.

Which control-chart types are supported?

Individuals (I-chart), X-bar (with subgroup size), moving range (MR), p-chart (proportion defective), and c-chart (count). Prompt for the type you need.

Which Western Electric rules?

All 8 standard rules (point beyond 3σ, 2-of-3 beyond 2σ, 4-of-5 beyond 1σ, 8 on one side, 6 trending, 14 alternating, 15 within 1σ, 8 outside 1σ). Prompt to toggle specific ones.

Fixed or rolling control limits?

Either. Rolling limits adapt as new data comes in; fixed limits freeze after a baseline period. VizForge supports both — specify in the prompt.

Can I annotate causes on violations?

Yes. Bring a Notes column and the visual shows a tooltip with your cause analysis on flagged points.

Other guides for the spc control chart

Same visual, different angle — pick the one that matches what you’re trying to do.

VizForge — AI-generated Power BI custom visuals.

Your next visual
ships in 4–10 min.

Sign up free. 5 credits to generate your first visuals on us. No credit card required.