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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
cbarham
Regular Visitor

Using Drillthrough values to filter a table

I don't know if what I'm trying to do is possible, but I need to figure something out. I have a matrix with values from a measure, and the rows and columns are not connected to my dataset in any form. I want to be able to drillthrought to the rows for each value, but I have no way to limit the rows based off of anything on my drillthrough. Basically, I need to be able to make a table that would dynamically change based on the values being passed through. I was hoping somethign like:

SWITCH(TRUE()
,SELECTEDVALUE('Rows'[Row Name]) = "1. Marketing Qualified Leads" && SELECTEDVALUE('Columns'[Column1]) = "Trailing 12 Months",
FILTER(Data,AND(DATEDIFF(Data[MQL Date], TODAY(), MONTH) <= 12,NOT ISBLANK(Data[MQL Date])))
,SELECTEDVALUE('Rows'[Row Name]) = "1. Marketing Qualified Leads" && SELECTEDVALUE('Columns'[Column1]) = "Year to Date",
FILTER(Data,AND(YEAR(Data[MQL Date])=YEAR(TODAY()),NOT ISBLANK(Data[MQL Date]))) 
would return a table but it won't. Am I trying to do the impossible? This seems to be somewhat frustrating.
2 REPLIES 2
Anonymous
Not applicable

Hi @cbarham ,

 

Two tables with no relationship with each other? How about create a intermediate table?

Better to share some sample data to us for further analysis. Please make sure you don't have any Confidential Information before sharing.

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

sturlaws
Resident Rockstar
Resident Rockstar

Hi @cbarham,

 

sharing a sample report would make it easier to help you.

 

Cheers,
Sturla

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.