
ColumnFree
Columns with Horizontal Waterfall Chart (Version 1)
A waterfall chart is a special type of bar chart that shows you the story behind how a number changed from one point to another.
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.

ColumnFree
A waterfall chart is a special type of bar chart that shows you the story behind how a number changed from one point to another.

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

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.

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.

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…