Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I'm using Datamart to write queries and I'm new. I have seven tables merged in different ways. I need to choose columns but want to do it the most efficient way possible in case I mess it up and have to do rework.
Should I choose columns in the original tables or in the merged tables? Which is most efficient and easiest to track back to?
Also, I need to merge two columns, but I want to keep the original two columns, a total of three columns. I know how to merge, but the original two columns were then gone. How do I keep all three?
Thanks!
Solved! Go to Solution.
@jamied Add a custom column like this:
=[Column1] & " " & [Column2]
@jamied Add a custom column like this:
=[Column1] & " " & [Column2]
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!