The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
64 | |
55 | |
54 | |
51 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |