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
Marcin86
Frequent Visitor

Filtering two tables with identical data by SELECTEDVALUE

Hi ,
I have two identical tables in the report table A and table B. Table A is to select an article by clicking on a row and table B is to display articles belonging to the same group.

However, when I click a row in table A, table B also displays only one row.

 

I had an idea to use the measure :
var selected=SELECTEDVALUE(Impl[IL GroupName])
var group=min(Impl[IL GroupName])
return
IF(
selected=group,1,0
)
but it doesn't work. PBI filer to one row

1 ACCEPTED SOLUTION
Marcin86
Frequent Visitor

ok, for all meassures I add formula
asdf Removefilters = calculate([asdf],Removefilters('table'[column]))


View solution in original post

6 REPLIES 6
Marcin86
Frequent Visitor

ok, for all meassures I add formula
asdf Removefilters = calculate([asdf],Removefilters('table'[column]))


Marcin86
Frequent Visitor

Marcin86_0-1740478484935.png

should work like this:
- the top table and the bottom table are the same
- clicking on a row in the upper table filters the lower table on the basis of the WO num. column, i.e. shows all rows with the same WO num. as the clicked

 

Anonymous
Not applicable

You need to turn off Edit Interactions between the 2 visuals - Click on the first table and go to the Format menu - click Edit Iteractions and turn off the filtering between the tables

3CloudThomas_0-1740153918093.png

 

this does not work. then the measure does not respond to the click

Tutu_in_YYC
Super User
Super User

Can you share the pbix?

sorry but I cant. Thin is model with Dim and Fact and meassures

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.