
WaterfallMember-Only
Bars with Vertical Waterfall Chart (Version 2)
A Vertical Waterfall Chart is a way to clearly show why two numbers are different by breaking down the changes that happened in between.
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.

WaterfallMember-Only
A Vertical Waterfall Chart is a way to clearly show why two numbers are different by breaking down the changes that happened in between.

Matrix/TableMember-Only
When using a waterfall chart, visual direction determines its purpose: Vertical charts break down data by categories or factors (non-time series), while Horizontal charts track…

WaterfallMember-Only
You can find my explanation of the IBCS horizontal waterfall chart's construction logic in Power BI on LinkedIn:

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.