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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
neek05
Frequent Visitor

Drill through from selected value in matrix

Hi,

 

I'm trying to create a drill through from a Card visual. The card value for the drill through should be the selected value in the matrix.

Screenshot 2023-03-10 092254.png

I'm using this measure in the card and in the drill through page: 

 

SelectedValue = SELECTEDVALUE('Table'[FromRecord])

 

 

In the drill through page the value passed in the card is correct but I'm getting the incorrect row in the matrix. I want to filter the row 2, not the row 4. 

Screenshot 2023-03-10 094831.png

I think I'm making some silly mistake in the measure, but I'm new to Power Bi, so I have no idea. Also, I think I can achieve the same result if a duplicate the table and create a relationship between them, but I'm trying to avoid that. I'm attaching an example. Can anyone help me with this? Thank you! 

3 REPLIES 3
Anonymous
Not applicable

Hello @neek05 ,

 

I think the value you are getting in drill through is correct as in the 1st image you have selected the row having the RecordNumber value as 4 and RecordNumber value as 2 which is matcing in 2nd image.

 

Please let me know if my understanding is not correct.

Thank you, 

But, could it be possible to get the value of row 2 (RecordNumber =2, Status= A), instead of RecordNumber=4, Status=C?

Anonymous
Not applicable

Hello @neek05 ,

 

Then you will need to drill through 2nd row becuase drill through applies the filter to the page from which it is been navigated.

 

Thank You!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors