Forum Discussion
Controller_CVL
4 years agoFrequent Visitor
dynamic concatenate
I come here to ask for your help in a need for a project of mine, for that I'm going to put an example in the images of an excel spreadsheet but I want to do it in power bi, dax or m, what happens, I...
- 4 years ago
I answered a similar issue a while back. I hope you can adjust it to your data. Otherwise let me know.
Controller_CVL
4 years agoFrequent Visitor
I didn't know about this function, I found it very interesting and apparently simple, however my code is giving a calculation memory error, I believe that the base is not so heavy that it could guide me on where possibly I am going wrong, I added the image below .
obs: Codigo, the value that should inform which lines should be concatenated
NickolajJessen
Solution Sage
4 years agoI notied than you are not using FILTER, ALL, MAX as in the provided example. Did this appreoach not work for you?
Are you able to share are .pbix through dropbox or your preferred sharing service?
- Controller_CVL4 years agoFrequent Visitor
Thank you very much, I did some more tests and ended up managing to solve it through your example.