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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
rakunn
Frequent Visitor

Can I create filter with overlapping values?

Hello data heroes!

 

I would like to ask if there is a possibility to create filter with overlapping values? Let's say, I have a table with cars and their statuses:

 

CarIDStatus
1Rent
2Rent
3Broken & Rent
4Broken & Vacant
5Vacant
6Vacant

 

Do you think, that it is possible to create single filter with three buttons / selectors, working as below?

* Clicking on Rent will return cars with id 1, 2 and 3.

* Clicking on Broken will return cars with id 3, 4.

* Clicking on Vacant will return cars with id 5, 6.

 

Thank you! All the best,

rakunn

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @rakunn,

 

You should have a single table to list all available slicer selections.

1.PNG

 

Create a measure. And add it to visual level filter, set its value to 1.

Check_Measure = 
IF ( ISERROR(FIND(SELECTEDVALUE ( Table7[Column1] ) ,LASTNONBLANK(Table6[Status],1 ))), 0, 1 )

2.PNG3.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @rakunn,

 

You should have a single table to list all available slicer selections.

1.PNG

 

Create a measure. And add it to visual level filter, set its value to 1.

Check_Measure = 
IF ( ISERROR(FIND(SELECTEDVALUE ( Table7[Column1] ) ,LASTNONBLANK(Table6[Status],1 ))), 0, 1 )

2.PNG3.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.