Articles of 2024

31 results

Building bullet charts in Power BI reports

This article is about how to read and use bullet charts when comparing actuals to a target in Power BI, and the different options you have available to make these charts in Power BI reports.  Read more

Creating custom visuals in Power BI with DAX

This article is about creating dynamic images in DAX measures to visualize data in tables or cards, including an easy way to do this in Figma, and a caution for using these DAX measures in real-life scenarios.  Read more

Filter columns, not tables, in DAX

One of the few golden rules in DAX is to always filter columns and never filter tables with CALCULATE. This article explains the rationale behind the rule.  Read more