Forum Discussion

abc_777's avatar
abc_777
Icon for Solution Specialist rankSolution Specialist
3 years ago
Solved

hi

hi,   am i not sure its and excel work or i can do it using power bi.  We have same invoice number for multiple product bar code. as per following view.    i want to arrange Invoice_...
  • Ahmedx's avatar
    3 years ago

    pls see my video

    multiple product.mp4

    = Table.Group(Source, {"INVOICE_NO"}, {{"Count", (x)=> Text.Combine(x[USER_BARCC],", ")
    }})