Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Creating a segmented funnel

Hi,
How are you? I am trying to build a Funnel containing stages and each stage is segmented to show the total number on the left side and other segmentations like georaphic location, etc. it should look something like this...I dont see the right visual even on the power bi marketplace. Is there a way this can be done? Thanking you,
Akash.

  • Hi Anonymous ,

    By my tests and research, there is no similar visual which meet your requirement in power bi currently.

    If you're good at coding, you could try R visual or create the visual with Python script which are also supported  in power bi.

    Best  Regards,

    Cherry

2 Replies

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi Anonymous ,

    By my tests and research, there is no similar visual which meet your requirement in power bi currently.

    If you're good at coding, you could try R visual or create the visual with Python script which are also supported  in power bi.

    Best  Regards,

    Cherry

  • Hi,

     

    Are we on the same page here? I'm trying to get my funnel to cumulate the lower end of the funnel with the upper end of it, since the lower end would count in the stage above.

     

     

    Do I understand the answer correctly: the funnel visual is not actually a funnel, but only a centered horizontal bar chart?

     

    I haven't tried yet, but I'm thinking about sequencing the stages as numbers and then doing a cumulative count of items in each stage equal or superior to current stage. 

     

    Then I believe that could show in the funnel as expected (in theory).