Forum Discussion
REIProcess
1 year agoRegular Visitor
Help with single value cannot be determined error
Hi I am new to Power Bi and hope someone can help I have two tables with stock qty's from two different warehouses which I would like to match if they don't match I would like to subtract UAE Qty ...
- 1 year ago
Use an appropriate aggregation function like MAX(AU[Qty]) or similar.
lbendlin
1 year agoSuper User
Use an appropriate aggregation function like MAX(AU[Qty]) or similar.