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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Filtering second table by only one element from line selected in first table

Hi all, first post here but frequent lurker.

 

I am trying to get to where when I select one line from the first table (image below), the second table will display inventory for the part number associated with that line, but grab inventory amounts from all facilities (labeled LOGCO)/warehouses across our enterprise.  The current measure I have to do this filters the part appropriately but only for the work order/facility/warehouse associated with the line item in the first table:

 

 

SelectedPartNum = CALCULATE(SELECTEDVALUE('LN_TSWCS410 - Work Order Activity'[T$ITEM]),FILTER('Warehouse Inventory','Warehouse Inventory'[Item]='Warehouse Inventory'[Item]))

 

 

How do I modify the SELECTEDVALUE above to only filter by item (part number)?

 

Image of what I want it to look like (I wrote in the other facility's inventory so you can see desired result vs. current result).

 

Thanks!

 

dbowman__0-1660585444023.png

 

*Lots of hiding data because my organization is incredibly sensitive about these things, apologies if it makes this harder to understand*

 

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

Is there any relationship between the table 'LN_TSWCS410 - Work Order Activity' and 'Warehouse Inventory'? Could you please provide some fake data in these two tables with Text format and the explanation of your final expected result? And how did you set the first and second table visuals? It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

lbendlin
Super User
Super User

SELECTEDVALUE needs to be placed outside of the CALCULATE.  Read about using "variables" in DAX.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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