Forum Discussion
Analitika
5 years agoPost Prodigy
interactions 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
5 years agoPost Prodigy
v-lionel-msft
5 years agoCommunity Support
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.
- Analitika5 years agoPost Prodigy
No, it not work if i add other measures to matrix