Power BI report .pbip templates and patterns to create special visuals, address specific problems, and have data adventures.
SVG measure templates contributed by Štěpán Rešl. Thanks Štěpán!
These templates are provided as-is without warranties or guarantees. They are not maintained nor are they all necessarily suitable for use in production solutions. Feel free to use them, but do so at your own risk.
You must first enable Power BI Project files from Power BI Desktop to open and use these templates. Note that the .pbip format is in Preview.
- Open Power BI Desktop (~May 2023 version or later)
- Open the 'File' menu
- Navigate to Options and settings and then Options
- Enable the preview feature _Power BI Project (.pbip) save option
- Restart Power BI Desktop
- Clone the Repo to your local machine using VS Code or a similar SCM tool
- Open the .pbip files in Power BI Desktop
- I will make a tutorial about how to do this in a video in the coming week.
I use the .pbip format for the following reasons:
- Lightweight sharing of report + model metadata.
- Report metadata allows you to programmatically modify the templates before opening them.
- Track changes of the individual objects and formatting in the GitHub repo.
The following bar chart templates are available:
Note: Any chart with a MacGuyver Rating of 3 or above (🟩🟩🟩⬜⬜+) is not recommended for production deployment. That's because they require too many report-specific objects and have too high a risk to break or effort to maintain. For these charts, you should use Deneb.
The following line chart templates are available:
The following KPI and card templates are available:
Note: TOC table to be added later, when I get time.
These use the formatting options of the core visuals like cards, tables, etc. to achieve a KPI or callout-like effect.
These use a combination of formatting options as well as SVG custom microvisualizations rendered as image URLs in the core visuals.
These SVG measure templates were created by Štěpán Rešl.
I don't consider myself a "dataviz person"; these comments are my subjective opinions and experience. I'm just sharing these templates because they might be helpful to others.