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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
BBConsultancy
Frequent Visitor

Showing 0 values in the funnel visual without ignoring the filters

Hi,

 

I ran into a problem with the funnel visual. I use one funnel visual for 3 different funnels and one slicer element lets you select which of the three funnels is visible. By default, the funnel visual does not show 0 values which makes it incomplete.

 

In the settings, there is a function to show the 0 values, but when I choose that option it also shows 0 values from the other 2 funnels which are not selected in the slicer element.

 

Does anyone know how to show 0 values without ignoring the set filtering?

2 REPLIES 2
amitchandak
Super User
Super User

@BBConsultancy , we have try a measure like

 

0 between range
Measure = var _1= SUM(Opportunity[Opportunity count]) +0
var _min = minx(ALLSELECTED('Calendar'), 'Calendar'[Date])
var _max = maxx(ALLSELECTED('Calendar'), 'Calendar'[Date])
return
CALCULATE(if(max('Calendar'[Date]) <_min || max('Calendar'[Date]) >_max , BLANK(), _1))

 

 

 

or


Measure = var _1= SUM(Opportunity[Opportunity count]) +0
var _tab = values(Category[Category])
return
CALCULATE(if(max(Category[Category]) in _tab || max('Calendar'[Date]) >_max , BLANK(), _1))

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi, 

 

Thanks for the reply. Both options also show 0 values from the other 2 funnels which are not selected in the slicer element.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.