Power BI Funnel Chart is very useful for displaying the data in stages. For example, we can use this example to visualize the Cost of a Product at each stage in detail.
We will use the SQL Data Source we created in our previous article for this Power BI Funnel Chart demonstration. So, Please refer to Connect to SQL Server article to understand the Power BI Data Source.
How to Create a Funnel Chart in Power BI
First, click on the selected one under the Visualization section. It automatically creates a Power BI Funnel Chart with dummy data, as shown in the screenshot below. See the dummy visual.

To add data to the Power BI Funnel Chart, we have to add the required fields:
- Group: Please specify the Column that displays the stages.
- Values: Any Numeric value, such as sales amount, Total Sales, Customer count, etc.
Let me drag and drop the Sales Amount from the Fields section to the Values field.

Next, add English Product Name from the DimProduct table to the group section. You can drag the Product Name to the Group section or checkmark the Product Name column.

Now you can see the Power BI Funnel Chart for the Sales Amount of each product. Hover over any box that shows you the Tool-tip of the Product Name and its Sales Amount.

Create a Power BI Funnel Chart Approach 2
First, Drag and Drop the Sales Amount from the Fields section to Canvas. It automatically creates a Column graph, as we showed in the screenshot below.

Clicking the marked one under the Visualization section automatically converts the Column Chart into Power BI Funnel Chart

Next, add the Sales Territory Region from DimSalesTerritory to the Group section. It means each box represents one region.

Let me do some quick formatting to the Funnel Chart.
NOTE: I suggest you refer to the Format article to understand the steps involved in formatting the Title font, Title alignment, Box colors, Data labels, and colors.
