Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

create matrix table like below plz help

Hi every one please help me with below scenario.Task.PNG

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

I am not sure whether the below is what you are looking for, but please try the below.

 

Picture1.png

 

 

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/


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

4 REPLIES 4
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

I am not sure whether the below is what you are looking for, but please try the below.

 

Picture1.png

 

 

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/


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.
Anonymous
Not applicable

Hi Jihwan Kim,

is there any possibility to eliminate total in the matrix,i.e in your image total is 2. so can we eliminate that?

Hi, @Anonymous 

Thank you for your feedback.

Please try the below.

 

Picture3.png

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.
Anonymous
Not applicable

Hi Jihwan Kim,

thanks alot.your measure is working fine in my real time data.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors