Forum Discussion

REIProcess's avatar
REIProcess
Regular Visitor
1 year ago
Solved

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 ...
  • lbendlin's avatar
    1 year ago

    Use an appropriate aggregation function like MAX(AU[Qty])  or similar.