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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
sanjaymithran
Helper I
Helper I

Filter need to apply all pages based on slicer selection

Hi All

Need to create slicer Values 5 and 10 ,If i select 5 then Lapse(whole number) 0 to 5,select 10 then all lapse values, lapse is not in table visual

Lapse012345678910

 

DimLAPSEMeasure 10 Yr
Desc0-150361 DimMeasureMeasure2
Desc1277236.8 Desc910450910450
Desc2168730 Desc163969.163969.1
Desc3130182.2 Desc2-287787-287787
Desc4106985    
Desc590943.1 5 Yr
Desc677306.4 DimMeasureMeasure2
Desc765714.9 Desc623715.8910450
Desc855861.8 Desc142750.863969.1
Desc947485.8 Desc2-435061-287787
Desc1040365.4    
Desc10-11050    
Desc1117035.4    
Desc1212485.7    
Desc139633.3    
Desc147916.7    
Desc156729.6    
Desc165720.7    
Desc174863    
Desc184133.9    
Desc193513.9    
Desc1102986.8    
Desc20-818316    
Desc21128065.6    
Desc2286663.2    
Desc2366864.8    
Desc2454950.5    
Desc2546710.7    
Desc2639706.7    
Desc2733752.6    
Desc2828691.9    
Desc2924390    
Desc21020732.9    
2 REPLIES 2
sanjaymithran
Helper I
Helper I

Hi qqqqqwwwweeerrr

 

I have tried this already same as you mentioned,when filter 5 its working fine when filter 10 its shows 6 to 10 only but need to show 0 to 10 and one more Measure2 to show values irrespective of filter 5 or 10
 
 
 
qqqqqwwwweeerrr
Super User
Super User

Hi @sanjaymithran 

 

You can create new columns using this if else statment:

Filter = IF(Sheet5[LAPSE]<= 5,5,10)
 
And use that in filter
qqqqqwwwweeerrr_0-1710171477034.pngqqqqqwwwweeerrr_1-1710171490422.png

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: https://www.youtube.com/@letssolveproblem

Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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 Kudoed Authors