
LineMember-Only
Columns with Horizontal Waterfall Chart (Version 2)
You can find my explanation of the IBCS horizontal waterfall chart's construction logic in Power BI on LinkedIn:
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.

LineMember-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.

LineMember-Only
The DAX measures used here have been improved and modified for better readability and performance. </Callout>