Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
why interaction work only in one direction? Same code in other pbix file work like expected, but here not work, why?
https://filebin.net/ztvpt1wsr9k8rmif
Hi @Analitika ,
Just like what I did, reference the measures that need to be added, so that the interaction between the two visuals can be completed.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Analitika ,
Your sample file was not uploaded successfully, please upload again.
In addition, have you turned off the interaction on the table visual.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Analitika ,
Please create a measure like this.
Measure =
CALCULATE(
MAX([short]),
FILTER(
Category,
[short] = [_categories]
)
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
No, it not work if i add other measures to matrix
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |