Forum Discussion
unclejemima
2 years agoPost Patron
Report level filter not working on a calculation
I have a report that calculates how much product we have on order of a given product. To get the results, I have a "SUM" calculation from a different table. I have a calculation that looks like ...
parry2k
2 years agoSuper User
calculate(sum('Stok'[QTY-OnSentPO]), TabeSupplier[Supplier] <> "Supplier A" )
+
calculate(SUM('Stok'[QTY-OnPendingPO]), TabeSupplier[Supplier] <> "Supplier A" )