Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I'm writing a formula that I want to work like this: (item_inventory - sum of Quantity on SO) IF >20 then Drop in "In Stock", if <20 then Drop in "Out of Stock"
Here is my formula so far:
Solved! Go to Solution.
You can use the below:
Inventory Status = IF((SUM('items'[Inventory]) - SUM('Sales_Lines'[Quantity on SO]))>20,"In Stock","Out of Stock" )
Thanks so much, that worked!
You can use the below:
Inventory Status = IF((SUM('items'[Inventory]) - SUM('Sales_Lines'[Quantity on SO]))>20,"In Stock","Out of Stock" )
User | Count |
---|---|
81 | |
75 | |
74 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |