Forum Discussion

shabby010's avatar
shabby010
New Member
3 years ago

Expression.Error: We cannot apply field access to the type Number. Details: Value=1 Key=Cust

and this is the query i am using = Table.AddColumn(#"Replaced Value", "TotalFirstInvoice", each if [Custom.Index] = 1 [Custom.Type] <> "Revenue" then [Custom.Invoice Value] else 0)