Forum Discussion
Funnel Formula
Hi!
I've built a formula to show a funnel including all candidates from each stage so that if they move from one stage to the other it replicates it's value instead of having 6-7 candidates with each stage by using a stage numeric order. The formula I'm using is:
Hi @mwegener @v-she-msft ,
I found the solution to my problem.
Just created a new measure with
IF(ISBLANK('Region 2020 - Candidates'[Total Status]),BLANK(),[- Funnel])Thanks again for your help!.
3 Replies
- mwegenerMost Valuable Professional
- fernandoCHelper V
Hi @mwegener @v-she-msft ,
I found the solution to my problem.
Just created a new measure with
IF(ISBLANK('Region 2020 - Candidates'[Total Status]),BLANK(),[- Funnel])Thanks again for your help!.
- v-diye-msftCommunity Support
Hi fernandoC
Kindly check below whether helps:
- Funnel = SUMX ( FILTER ( ALL ( 'Region 2020 - Candidates'[Status]), 'Region 2020 - Candidates'[Status Order] >= MAX ( 'Region 2020 - Candidates'[Status Order] ) ),[- Applications] )If not, you might consider providing your dummy pbix that would be helpful for us to investigate it further.
You can upload it to the onedrive for business and share the link here. please don't forget to disclose the expected results and remove the confidential info.