Forum Discussion
Analitika
Post Prodigy
5 years agointeractions work only in one direction
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
Analitika
Post Prodigy
5 years agov-lionel-msft
Community Support
5 years agoHi 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.
- Analitika5 years ago
Post Prodigy
No, it not work if i add other measures to matrix