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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi all,
I want to analyse inventory using Demand and Stock data. Please see table below:
STOCK
DEMAND
RESULT
How can i achieve this based on SKU please?
Thanks
Solved! Go to Solution.
@mb0307 , You have to create a new table
SKU =distinct(union(distinct(stock[SKU ]),distinct(demand[SKU])))
Join with both tables on SKU and use with both Table
Stock Over/Under = Sum(stock[Stock]) - sum(demand[demand])
@mb0307 , You have to create a new table
SKU =distinct(union(distinct(stock[SKU ]),distinct(demand[SKU])))
Join with both tables on SKU and use with both Table
Stock Over/Under = Sum(stock[Stock]) - sum(demand[demand])
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 30 | |
| 24 | |
| 23 |
| User | Count |
|---|---|
| 145 | |
| 111 | |
| 64 | |
| 38 | |
| 32 |