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 September 15. Request your voucher.
ive got this dax below and keep getting a resource error. can anyone help me optimize this? trying to only see item numbers in these set locations. "44WAX", "52WAX", "62WAX", "MAINWAX". any help is appreciated.
Solved! Go to Solution.
Try
SLWohQty =
CALCULATE (
SUM ( Fact_Inventory[InventoryPhysical] ),
Fact_Inventory[Warehouse] IN { "44WAX", "52WAX", "62WAX", "MAINWAX" }
)
Try
SLWohQty =
CALCULATE (
SUM ( Fact_Inventory[InventoryPhysical] ),
Fact_Inventory[Warehouse] IN { "44WAX", "52WAX", "62WAX", "MAINWAX" }
)
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |