
Donut/PieFree
Creating Dynamic IBCS-Standard Pie Charts (Updated Version)
RETURN SWITCH( SelectedMetricOrder, -- Transaction Metrics 0, "Total Transactions", -- Revenue Metrics 1, "Total Revenue",
Documented Power BI techniques — the model change, the DAX, and the exact visual settings. Most are free to read; the rest come with the model files for members.

Donut/PieFree
RETURN SWITCH( SelectedMetricOrder, -- Transaction Metrics 0, "Total Transactions", -- Revenue Metrics 1, "Total Revenue",

Matrix/TableMember-Only
RETURN SWITCH( SelectedVariableOrder, -- When Customer dimension is selected (Order = 0) 0, CALCULATE( [03 Dynamic Selected Metric], ALLSELECTED('DimCustomer') ), -- When Product…

Matrix/TableMember-Only
I’ve previously discussed creating Pareto dashboards to help you identify your “vital few” and “trivial many” customers.

Matrix/TableMember-Only
Inspired by Gustaw Dudek's work on displaying applied filters, I have developed two versions of a filter-display solution.

LineFree
A slope graph is a type of line chart that shows changes between two points in time or two different states.

LineFree
This article demonstrates how to create a dynamic vertical lollipop and dumbbell chart in Power BI.

LineFree
This article will guide you through the process of visually emphasizing key data points within a line chart.

BarFree
This article demonstrates how to create additional lollipop charts alongside bar charts to visualize year-over-year variance, a technique inspired by Bas Dohmen.

BarFree
In the previous article, we discussed creating vertical dumbbell plots using line markers and error bars.