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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Modify Cross Filtering between Visuals

Hi,

 

I have two tables Comments and Status as per below:

EBGAL_0-1630549732959.png

 

I have two visualizations as per below

EBGAL_1-1630550200287.png

Table A is filtered on Status to show only Status = Maintenance via filter pane.

When I select a row in Table A, I want all rows corresponding to selected Part in Table A appear in Table B regardless of the Status.

So, when I select any row with Part A then all 5 rows with part A appear in Table B.

Currently, only the same row appears.

 

Thanks

 

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous ,

 

As @Ashish_Mathur suggested, please create a new table with Part column for slicer:

Slicer for Part = VALUES(Comments[Part])

 

Then create a flag measure for Table B visual, apply it to visual-filter pane, set as "is 1":

Flag = IF(MAX('Comments'[Part]) in ALLSELECTED('Slicer for Part'[Part]),1,0)

Eyelyn9_0-1630994281959.png

Since It needs to be cross-filtering between the tables.  I think this method is more effective than directly selecting an item in Table A.

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @Anonymous ,

 

Thanks for your solution.

 

Why cross filtering is preferred is there is also a PowerApp visual on the same page, where users can leave their comments. It is intended that when a user picks a part from the Table A, that part automatically gets populated to the PowerApp form (it does it currently) and appears in the Table B with all available statuses.

 

I understand that a slicer selection will not populate the PowerApp form.

 

Thanks

Ashish_Mathur
Super User
Super User

Hi,

Create a slicer of Part Number.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi @Ashish_Mathur ,

 

It needs to be cross-filtering between the tables.

 

Thanks

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.