Forum Discussion
mformagnificent
2 years agoRegular Visitor
Please help: SUMX function not working. Is there another function I should be using?
My SUMX formula is not working I want the Runout measure to subtract the Inventory column and the daily usage column. How can I do that? I tried using SUMX function but it's giving me amounts tha...
- 2 years ago
mformagnificent , You are getting this error because daily usage is measure , either convert in calculated column
or use below
Runout = SUMX(RunOutTable,RunOutTable[Inventory] - [Daily Usage])
Anonymous
2 years agoNot applicable
Hi mformagnificent ,
Please try this measure:
Runout = SUM ( RunOutTable[Inventory] ) - [Daily Usg]
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum