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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.