Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Funnel Chart in Power BI

I am using a funnel chart to show how many of my projects having what amount of delay %.

 

Project 1 - 20%

Project 2 - 22%

Project 3 - 30%

Project 4 - 35%, etc.,

 

I need to show this in funnel chart with delay values like (10%-20%, 20%-30%, 30%-40%) and put the relevant count of projects in each range values. How to perform this ?

 

 

 

1 ACCEPTED SOLUTION
Tad17
Solution Sage
Solution Sage

Hey @Anonymous 

 

I would create a second table with your percentage ranges (10%-20%, etc.) and then add a calculated column with a Calculate(Count(Filter())) measure exemplified in the thread below: 

 

https://community.powerbi.com/t5/Desktop/Countif-with-multiple-criteria/td-p/540996

 

Or you can simply use a COUNTX with an embedded AND statement. 

 

COUNTX: https://docs.microsoft.com/en-us/dax/countx-function-dax

AND: https://docs.microsoft.com/en-us/dax/and-function-dax

 

Then you can use the second table as the basis for your Funnel Chart.

 

If this helps please kudo.

If this solves your problem please accept it as a solution.

View solution in original post

4 REPLIES 4
Tad17
Solution Sage
Solution Sage

Hey @Anonymous 

 

I would create a second table with your percentage ranges (10%-20%, etc.) and then add a calculated column with a Calculate(Count(Filter())) measure exemplified in the thread below: 

 

https://community.powerbi.com/t5/Desktop/Countif-with-multiple-criteria/td-p/540996

 

Or you can simply use a COUNTX with an embedded AND statement. 

 

COUNTX: https://docs.microsoft.com/en-us/dax/countx-function-dax

AND: https://docs.microsoft.com/en-us/dax/and-function-dax

 

Then you can use the second table as the basis for your Funnel Chart.

 

If this helps please kudo.

If this solves your problem please accept it as a solution.

Anonymous
Not applicable

Could you please share a template if possible ?

Hey @Anonymous 

 

I didn't log in at all over the weekend, but I see you accepted the solution. Did you figure it out or did you still need a template?

Anonymous
Not applicable

Hi Tad,

 

I got the solution. Thank you.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors