Forum Discussion
Anonymous
5 years agoNot applicable
create matrix table like below plz help
Hi every one please help me with below scenario.
- 5 years ago
Hi, Anonymous
I am not sure whether the below is what you are looking for, but please try the below.
Status =IF (ISINSCOPE( 'Key Result'[kr_Description] ),SELECTEDVALUE ( 'Key Result'[Status_ID] ),SELECTEDVALUE ( Objective[Status_ID] ))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, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Jihwan_Kim
Super User
5 years agoHi, Anonymous
I am not sure whether the below is what you are looking for, but please try the below.
Status =
IF (
ISINSCOPE( 'Key Result'[kr_Description] ),
SELECTEDVALUE ( 'Key Result'[Status_ID] ),
SELECTEDVALUE ( Objective[Status_ID] )
)
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, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Anonymous
5 years agoNot applicable
Hi Jihwan Kim,
thanks alot.your measure is working fine in my real time data.