The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi everyone
I have a list for example:
Now I want to create a query in power query that will create a text like this:
"The letters are: " A B C D
I already have this query:
let
xx= KEYListfunction(),
list = Text.Split(xx, ","),
text = "",
loop = List.Accumulate(list, 0, (state, current) => text = text & " " & current ))
in
loop
But the result only says "FALSE"
Solved! Go to Solution.
hi @Anonymous
You may useText.Combine instead of List.Accumulate Function
https://docs.microsoft.com/en-us/powerquery-m/text-combine
Regards,
Lin
hi @Anonymous
You may useText.Combine instead of List.Accumulate Function
https://docs.microsoft.com/en-us/powerquery-m/text-combine
Regards,
Lin
Great thank you very much!
User | Count |
---|---|
65 | |
60 | |
60 | |
53 | |
27 |
User | Count |
---|---|
181 | |
88 | |
70 | |
48 | |
46 |