Forum Discussion
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_no and user_barcode side be side with same invoice number.
i.e
invoice_no USER_BARCO
2016078182442- 36004, 36005
2016070116825- 10009, 10011, 10012
2016070116700- 10001
like this format.
i have more than 5 million data to do please advise the best and quick way to achive this
thanks
pls see my video
= Table.Group(Source, {"INVOICE_NO"}, {{"Count", (x)=> Text.Combine(x[USER_BARCC],", ") }})
10 Replies
- AhmedxSuper User
pls see my video
= Table.Group(Source, {"INVOICE_NO"}, {{"Count", (x)=> Text.Combine(x[USER_BARCC],", ") }})- abc_777Solution Specialist
thanks man.
really apriciate
- abc_777Solution Specialist
one last thing after convert user barcode how i can i export data to csv from power query as its a large data set of 50,00,000. i tried dax studio it can do only upto 4,00,000 how i can take full data
thx
- AhmedxSuper User
you may have to split the table into several parts with the help of Table.Range() and then export with the help of Bravo for Power BI . this tool can export up to 1 million
- ThxAlotSuper User
Given the magnitude of the recordset, it's worth trying the new, native T-sql function STRING_AGG instead of PQ.
- abc_777Solution Specialist
Hi Ahmedx
the magnitude of data set would be two columns product name and Invoice_no with 3 million of rows or data
can i do the followng code at MSSQL rather using power bi. so work would be much easier.
If so pelase instruct me how and the syntex.
= Table.Group(Source, {"INVOICE_NO"}, {{"Count", (x)=> Text.Combine(x[USER_BARCC],", ") }})thanks man
u help me a lot
- AhmedxSuper User
I have no knowledge in MSSQL
- abc_777Solution Specialist
its k man, thanks again you helped me a lot