Forum Discussion
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 ?
- Anonymous6 years ago
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.
4 Replies
- AnonymousNot applicable
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.
- AnonymousNot applicable
Could you please share a template if possible ?
- AnonymousNot applicable
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?