Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a table visual that includes a measure ("Adjustment Qty") and a column ("PHYSICALINVENT") from related tables in the data model. I want to add a 4th column to the visual that sums "Adjustment Qty" and "PHYSICALINVENT" for each row in the visual.
Is this possible? What measure formula would work?
Solved! Go to Solution.
I created a new measure for SUM(PHYSICALINVENT). That could be summed with the measure "Adjustment Qty" in another measure.
I created a new measure for SUM(PHYSICALINVENT). That could be summed with the measure "Adjustment Qty" in another measure.
@parry2k Here is the expected output:
where
Adjustment Qty = BOMLine + ProdLine + TransferOrderReceive
Needed Qty = PHYSICALINVENT + Adjustment Qty
And sample data:
| ITEMID | WMSLOCATIONID | PHYSICALINVENT |
| ACM-PACK | ZTEMP | 10050 |
| ACM-PACK | 101W | 10050 |
| ACM-PACK | BLANK | 7105 |
| B/COAST.CAR.CB | BLANK | 162 |
| B/FRP42 | SCRAP | 20 |
| B/FRP42 | 101W | 5000 |
| B/FRP42 | BLANK | 1293 |
| B/ZFCD02 | SCRAP | 3800 |
| B/ZFCD02 | BLANK | 3331 |
| B/ZFCD51 | SCRAP | 1200 |
| B/ZFCD51 | BLANK | 2709 |
| ITEMID | REFTYPE | QTY |
| ACM-PACK | BOMLine | -552 |
| ACM-PACK | ProdLine | -1472 |
| ACM-PACK | TransferOrderReceive | 10050 |
| B/COAST.CAR.CB | ProdLine | -17 |
| B/FRP42 | ProdLine | -1287 |
| B/FRP42 | TransferOrderReceive | 5000 |
| B/ZFCD02 | BOMLine | -544 |
| B/ZFCD02 | ProdLine | -2907 |
| B/ZFCD51 | BOMLine | -142 |
| B/ZFCD51 | ProdLine | -575 |
@Anonymous can you share sample data and the expected output?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |