Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 ?
Solved! Go to Solution.
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.
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.
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?
Hi Tad,
I got the solution. Thank you.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.