Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowHi ,
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
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
Can you share the pbix?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
98 | |
69 | |
66 | |
49 | |
42 |