Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
Im trying to write a measure so that i can see all the products that has been sold on the same orders as one or several selected products.
I have a Products table, a Sales table and a copy of Products table, Products (2) that has no relations to the others.
I have tried several formulas that i have found here but all of the result in the exact same thing, is only shows the quantity for the selected product:
@Anonymous
Test =
CALCULATE ( SUM ( Sales[Quantity] ), ALLEXCEPT ( Sales, Sales[order_id] ) )
@Anonymous If this post helps, then please consider accepting it as the solution to help other members find it more quickly.THANK YOU!!
This measure just sums the quantity for everything that has been sold.
I want to have a measure which i can use in a table to list quantity sold per product but only where these products have been included in an order together with the selected product in the slicer.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 26 |