Forum Discussion
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
5 Replies
- v-lionel-msftCommunity Support
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 ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- v-lionel-msftCommunity Support
Hi Analitika ,
Please create a measure like this.
Measure = CALCULATE( MAX([short]), FILTER( Category, [short] = [_categories] ) )Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- v-lionel-msftCommunity Support
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 ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.