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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Langsam470
Regular Visitor

Help Please - filter text, list multiple rows

Thanks in advance for your help.  I've having trouble trying to solve for this.  

In powerbi I have 3 data tables.

The “RFP Index” table has 2 columns, “Client” and “RFPID”.

The “Incumbent Vendors” table has 2 columns, “Incumbent” and “RFPID”

The “Winner Vendors” table has 2 columns, “Winner” and “RFPID”.

There is a 2 way relationship between the “RFP Index” table and “Winner Vendors” table and “RFP Index” and "Incumbent Vendors” table both using the "RFPID" column.   

 

Within the report review I have 3 tables and 2 slicers (see below).  Currently I can select any RFPID (top left table) and it will show all the Incumbents (bottom left table) and and winners (bottom right table).  However, I would like to be able to filter by either a specific Incumbent or Winning bidder and have the only filter the list of RFPID without impacting the bottom 2 tables.  

 

 

 

Langsam470_0-1716860792597.png

 

1 ACCEPTED SOLUTION
Ray_Minds
Solution Supplier
Solution Supplier

Tt seems that you want to restrict the filter of two visualisations with respect to two slicers. so Power BI has the option to fulfill your requirements.
Please follow the steps below:
1. Go to the Format that shows on the home ribbon >>>> select edit interaction.
2. Now , you will select the slicer then show some new icons on the header options for all visualisations instead of your selected slicer.
3. You will just restrict the filter of visualisations as per your requirements.

View solution in original post

4 REPLIES 4
Ray_Minds
Solution Supplier
Solution Supplier

Tt seems that you want to restrict the filter of two visualisations with respect to two slicers. so Power BI has the option to fulfill your requirements.
Please follow the steps below:
1. Go to the Format that shows on the home ribbon >>>> select edit interaction.
2. Now , you will select the slicer then show some new icons on the header options for all visualisations instead of your selected slicer.
3. You will just restrict the filter of visualisations as per your requirements.

amitchandak
Super User
Super User

@Langsam470 , try a measure like this in visual

 

Filtered IDs =
CALCULATE(
DISTINCT('RFP Index'[RFPID]),
FILTER(
'RFP Index',
'RFP Index'[RFPID] IN VALUES('Incumbent Vendors'[RFPID]) ||
'RFP Index'[RFPID] IN VALUES('Winner Vendors'[RFPID])
)
)

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

Thanks, but when using that I receive the following error: 

Langsam470_0-1716867781367.png

 

If it only for visual, is it possible to just disconnect their relationship using "Edit Interaction"?

Select the slicer then choose the symbol in red circle in other visual then the other visual will not change to any selection in that slicer.

Irwan_0-1716872202999.png

Thank you.

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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