Forum Discussion
2 Data in same visual with different filters applied
Hi, e2liu77
Please correct me if I wrongly understood your question.
Can you try the below measure?
Result1 =CALCULATE([a measure 1],Table[column1] IN allselected (CandidateValue [Value]))Result2 =CALCULATE([a measure 2],Table[column2] IN allselected(CandidateValue [Value]))Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
4 Replies
- Jihwan_Kim
Super User
Hi, e2liu77
Please correct me if I wrongly understood your question.
Can you try the below measure?
Result1 =CALCULATE([a measure 1],Table[column1] IN allselected (CandidateValue [Value]))Result2 =CALCULATE([a measure 2],Table[column2] IN allselected(CandidateValue [Value]))Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
- e2liu77
Helper I
Hi Jim,
I have a further question on this topic.
Now I have result 1 based on measure 1/column1and result 2 based on measure 2/column2. I need to calculate result 3 = Result 1*result 2.
Result 3 needs to be presented against candidatevalue group. Is it possible?
- e2liu77
Helper I
Hi Jim, Yes, it works! Thanks for helping me!
- Jihwan_Kim
Super User
You are welcome.