Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi BI Community Team,
I have created the measure below to calculate current stock qty, but have issue of some team don't have the data then value show the "Blank".
Solved! Go to Solution.
Hi,
You could try:
Total Current Stock Qty = COALESCE(SUMX(VALUES(Inventory[cust_code]), [1. Current Stock Qty]),"Data Not Available")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
You could try:
Total Current Stock Qty = COALESCE(SUMX(VALUES(Inventory[cust_code]), [1. Current Stock Qty]),"Data Not Available")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |