Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
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
@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])
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 38 | |
| 34 | |
| 23 |