Skip to content

PBIR Tools v0.9.29

Latest

Choose a tag to compare

@maxanatsko maxanatsko released this 29 Jul 09:06

Install: uv tool install pbir-cli or pip install pbir-cli, which is the recommended
route on every platform including Linux. Native and portable downloads are attached below for
macOS on Apple silicon and Windows x64.

What’s new

  • Conditional formatting almost everywhere — titles, subtitles, borders, tooltips, axis
    bounds, reference line positions, data label text, and error bar styling can now be driven by
    a measure, not just data point colors. pbir schema describe <visual>.<container> lists what
    a given container accepts.
  • Images and SVG from measures — a measure returning an image URL or an SVG data URI can be
    placed on a card or in a table column, so DAX-generated visuals reach the canvas.
  • Error bars, fully — whiskers, caps, markers and their labels can be added, styled, and
    driven conditionally per plotted series.
  • Formatting one column by another — a grid column or a chart series can be formatted using
    a measure that is not the one being displayed.
  • More dependable formatting writes — conditional formats are stored where Power BI actually
    reads them, and copying formatting between visuals preserves what each property needs to
    render.

Run pbir --help to get started, and see the
pbir-cli documentation for the full
command reference. Feedback is welcome in the
pbir.tools issue tracker.