Forum Discussion
Group, Merge or concatenate Table
- 8 years ago
Hey,
You can Append as well as Merge using the query-editor ( See image)
Alternatively you can use a DAX formula using the concatenate function.
For more info on this function use this link: https://msdn.microsoft.com/en-us/library/ee634811.aspx
Good luck
Hi Anonymous
Are you asking how to achieve this in SQL?
- Anonymous8 years agoNot applicable
No, in power bi
Can I solve with append?
Is it the better pratice?
- TalAruety8 years agoAdvocate I
I am not sure what are you aiming for then.
Can you please eablorate?
What i understand is that you have 4 tables in powerbi model, and you want to union them into a single one using DAX?
- BeemsC8 years agoResolver III
Hey,
You can Append as well as Merge using the query-editor ( See image)
Alternatively you can use a DAX formula using the concatenate function.
For more info on this function use this link: https://msdn.microsoft.com/en-us/library/ee634811.aspx
Good luck