DAX Lib is a website created to distribute libraries of DAX user-defined functions (UDFs). It’s a centralized platform where users can discover, share, and download reusable DAX function libraries for use in their semantic models.
I’ve published the PowerofBI.IBCS DAX Lib package with user-defined functions (UDFs) that generate IBCS-guided visualizations for embedding into Power BI core visuals that support SVG images (Table, Matrix, new Card, Image, Button and List Slicers).
You can copy TMDL code directly from DAX Lib, or you can use DAX Package Manager in Tabular Editor 3 to install the package (add UDFs) into your semantic model.
These are examples of data visualizations created using UDFs included in the package:
🔥 This is an interactive visual from a Power BI report embedded into this page using Power BI Embedded
Column “% AC” is a measure that calls PowerofBI.IBCS.Extras.PieChart.PctOfTotal function.
Column “AC, PY” is a measure that calls PowerofBI.IBCS.BarChart.AbsoluteValues function.
Column “ΔPY” is a measure that calls PowerofBI.IBCS.BarChart.AbsoluteVariance function.
Column “ΔPY%” is a measure that calls PowerofBI.IBCS.BarChart.RelativeVariance function.
🔥 This is an interactive visual from a Power BI report embedded into this page using Power BI Embedded
Column “% of Total” is a measure that calls PowerofBI.IBCS.Extras.PieChart.PctOfTotal function.
Column “Amount” is a measure that calls PowerofBI.IBCS.BarChart.AbsoluteValues function.
See the full list of available functions at https://daxlib.org/package/PowerofBI.IBCS/
I’ll be adding more functions to the package…
