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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
FrederikHJ
Regular Visitor

Subset Funnel

Hi,

I am trying to create a funnel where each layer is a subset of the previous.

But I run into an issue with the category names.

I would very much like, that the names did not include 'Count of'.

I wouldn't be at all surprised if the way I've set it up is wrong, so a few pointers would be much appreciated.

Thanks

 

Funnel 1.PNGFunnel 2.PNG

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @FrederikHJ,

 

Based on test, I guess your records status may like below:

 

Capture.PNG
 

Result:

 

Capture3.PNG
 

If as I said, you can use measures to calculate the current value, then drag them to funnel visual.

 

Formulas:
isSeen = COUNTROWS(FILTER(ALL(Sheet1),ISERROR(SEARCH("Seen",Sheet1[Status]))=FALSE()))
isBid = COUNTROWS(FILTER(ALL(Sheet1),ISERROR(SEARCH("Bid",Sheet1[Status]))=FALSE()))
isWon = COUNTROWS(FILTER(ALL(Sheet1),ISERROR(SEARCH("Won",Sheet1[Status]))=FALSE()))

 

Funnel visual:

 

Capture2.PNG
 

If above is not help, can you provide a sample to reproduce your issue?

 

Regards,
Xiaoxin Sheng

View solution in original post

4 REPLIES 4
MattAllington
Community Champion
Community Champion

 2 things

 

1. there is a funnel visual you can use in the visuals menu

2. If you write your own measures, you can call them what you like. Select new measure and then type something like this

 

Total Seen = countrows(table)

 

or what ever you need. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Many thanks for your reply.

I am aware of the funnel visual (as shown by the picture).
The problem with this chart is, that it is not a subset chart, i.e. every layer is separate from the others.
Using the funnel as is will let each line item show up in only one layer of the funnel. 

What I am seeking to do is at funnel where I can see e.g. how many bids are won out of all the bids made.

 

Example: 

We have seen 200 opportunities in the market

of these 200, we have made bids for 100

of these 100, we have won 50.

 

This should give a funnel of:

200 'seen'

100 'bid'

50 'won'

 

However, just plugging this data-set into the visual will show this funnel:

100 'seen'

50 'bid'

50 'won'

as the top layer of the funnel will only show those opportunities that are marked 'seen' even though all the 200 obviously have been 'seen' 

 

So I guess my question is, how do I create a data-set where a line item can show up in more than one layer of the funnel when applicable?

 

Hope that makes sense. 
Thanks and regards

Anonymous
Not applicable

Hi @FrederikHJ,

 

Based on test, I guess your records status may like below:

 

Capture.PNG
 

Result:

 

Capture3.PNG
 

If as I said, you can use measures to calculate the current value, then drag them to funnel visual.

 

Formulas:
isSeen = COUNTROWS(FILTER(ALL(Sheet1),ISERROR(SEARCH("Seen",Sheet1[Status]))=FALSE()))
isBid = COUNTROWS(FILTER(ALL(Sheet1),ISERROR(SEARCH("Bid",Sheet1[Status]))=FALSE()))
isWon = COUNTROWS(FILTER(ALL(Sheet1),ISERROR(SEARCH("Won",Sheet1[Status]))=FALSE()))

 

Funnel visual:

 

Capture2.PNG
 

If above is not help, can you provide a sample to reproduce your issue?

 

Regards,
Xiaoxin Sheng

That is perfect!

Many thanks Man Happy

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.