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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Cumulative funnel chart shows empty and 'OK' values

Hi all,

I need to create a cumulative funnel where I show how many candidates moved through a recruiting pipeline.

 

The pipeline has several steps e.g. new applicant, candidates screen etc... The stages relevant are the one with the column 'Stage type'=Application as shown below 

BaronSdG_0-1683217480468.png

 

I created the funnel below with the following formula
 
FunnelChart =
CALCULATE (
        COUNTROWS(LevOpportunityApp_applications),    FILTER (
                ALL ( 'LeverStages_order/type'), 'LeverStages_order/type'[Stage order] >= MAX( 'LeverStages_order/type'[Stage order] )
    ))


 
but I have 2 issues;
1. The executive evaluation steps shows the sum of everything due to the fact that such step didn't have any Candidates at all. Do you have any suggestions on how to not show these status if their value is zero? I can't use a filter on this step for this graph because such statuses MIGHT be populated in the future.
2. The New applicant value shows OK instead of the correct percentage, and the OK appears also if I show the integer number of candidates per pipeline
 

Immagine 2023-05-04 182934.png

 

These are the tables, their data and how they are connected. Table 1 has the data I want to count while table 3 is the order table. 

 
 
Immagine 2023-05-04 183701.png
 
Can you help me?
 
Thanks

 

 

0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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