
Matrix/TableFree
Creating a Dynamic Customer Pareto Dashboard (First Version)
This documentation provides a step-by-step approach to building the first version of the one-for-all customer Pareto analysis dashboard.
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.

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

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

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:

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.

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.