Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I am currently working with a table visualization that displays sales data, which is connected to a line chart consisting of three lines. Upon selecting a row in the table, the three lines on the line chart automatically adjust to the selection. Additionally, there are other filters available on the dashboard. I am exploring the possibility of modifying the selection behavior so that when a row in the table is selected, only two of the lines will move while the third remains stationary, while still allowing all three lines to adjust when using the filters on the dashboard. Please let me know of you have any suggestions - thank you!
@powerbinovice12 , You have try the other two lines using a measure which removefilters on few columsn
calculate([Measure2], removefilter(Table1[col], Table[col2]))
or refer
Power BI Partial Interactions, Selectively pass filter across visuals - https://youtu.be/SFEKQEic_sk