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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

Data selection

Hello

I have a report where I have a table with the stock of all my products, and I want it if I filter an order; that's in another table, I just show the stock of the items that appear in that order.

Thank you

Nuria

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

Could you please provide some sample data in product table and table which include order info and expected result with examples just as suggested by @amitchandak ? Please also share the related relationship info(base field or cardinality etc.) if there is any relationship created between these two tables.

On the other hand, please review the info in the following thread and check whether it can help you get it.

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@Syndicate_Admin , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

Based on what got try a measure like

sumx(filter(Table2, Table2[order] in values(Table1[order])), Table2[Value])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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