
BarFree
Dynamic Highlighting and Key Message Integration
Field parameters are a powerful feature in Power BI. When combined with the SWITCH() function, these tools allow us to tell a compelling data story by dynamically highlighting…
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
Field parameters are a powerful feature in Power BI. When combined with the SWITCH() function, these tools allow us to tell a compelling data story by dynamically highlighting…

BarFree
This documentation will guide you how to create tornado chart, also known as tornado diagram or butterfly chart, in Power BI using entirely native visuals.

BarFree
This documentation details advanced pagination techniques, extending my previous tutorial and documentation.

Metric/KPIFree
This documentation provides a step-by-step approach to building the first version of the one-for-all customer Pareto analysis dashboard.

Metric/KPIFree
Imagine you have a big pile of something – let's say, 100 colorful building blocks.

Metric/KPIFree
In the world of Power BI, Key Performance Indicator (KPI) and metric cards are essential.

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",

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.