The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
78 | |
73 | |
38 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |