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

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

LineFree
This documentation provides a guide on marking the earliest and latest selected years on a line chart and visualizing growth over time with reference lines.

Matrix/TableFree
This documentation will walk you through the process of creating a combined visualization using a matrix and bar/column charts, ensuring they remain visually aligned regardless of…

Matrix/TableFree
This documentation details advanced pagination techniques, extending my previous tutorial and documentation.

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.

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

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.