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
Patryk_PL_92
Helper I
Helper I

Funnel - filter does not work only highlight of current top 10 entries

Hi All,

 

I have a report where there is:
- Donut Chart - with categories

- Funnell Chart - showing top 10 companies by total amount they spent

 

When I try to filter Funnel Chart by clicking on each category in Donut Chart, it does not update the top 10 company names, it highlights from current list of top 10.

 

SELECTED YELLOW CATEGORY ON DONUT:

Patryk_PL_92_1-1654667078466.png

 

 

FUNNEL highlights some amounts which are connected with this category instead of showing me new top 10 from selected category:

Patryk_PL_92_0-1654667042600.png

This is a filter I have on Funnel Chart:

Patryk_PL_92_2-1654667242742.png

 

 

I want to see new top 10, from selected category.

 

Is that even possible, can someone advice on that?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Patryk_PL_92 , It should filter unless the interaction is off

 

Create a top 10 measure using TOPN with allselecected option and try

 

CALCULATE([Amount measure], TOPN(10,allselected(Table[Company]),[Amount measure],DESC),VALUES(Table[Company]))

https://databear.com/power-bi-dax-topn-function/

https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/3...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Patryk_PL_92
Helper I
Helper I

Thanks, that works 🙂

amitchandak
Super User
Super User

@Patryk_PL_92 , It should filter unless the interaction is off

 

Create a top 10 measure using TOPN with allselecected option and try

 

CALCULATE([Amount measure], TOPN(10,allselected(Table[Company]),[Amount measure],DESC),VALUES(Table[Company]))

https://databear.com/power-bi-dax-topn-function/

https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/3...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.

Top Solution Authors