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
BaronSdG
Resolver II
Resolver II

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
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.