
BarFree
Visualizing Variances with Error Bars Dynamically
RETURN SWITCH( SelectedMetric, "Total Transactions", "Total Transactions by Sub-Category", "Total Revenue", "Total Revenue by Sub-Category", "Total Quantity", "Total Quantity by…
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.

BarFree
RETURN SWITCH( SelectedMetric, "Total Transactions", "Total Transactions by Sub-Category", "Total Revenue", "Total Revenue by Sub-Category", "Total Quantity", "Total Quantity by…

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

Scatter PlotMember-Only
This interactive scatter plot is designed to empower users to interactively explore relationships between different dimensions and metrics. Key features include:

ColumnFree
This article presents an alternative method for visualizing actual performance against target values.

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.

ColumnFree
This article provides a step-by-step guide to replicating the “Piano” or “Delta” chart, a creative visualization for showing changes between two points in time, within Power BI.

BarFree
Creating complex visualizations in Power BI can be challenging when working with native visuals.

Donut/PieFree
The International Business Communication Standards (IBCS®) provide a set of rules for designing business reports, presentations, and dashboards to ensure clear and effective…