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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
need a little help:
I want to merge 2 columns with CONCATENATE([column1]; [column2]) and I get for example "10111Adworks"
But how can I add a blank between these values? -->to get "10111 Adworks"?
thanks in advance!
Solved! Go to Solution.
Hi Jolyon,
Try using CONCATENATE([column1]&" ", [column2])
The ampersand let's you add another function, or in this case an empty space after the first parameter.
Hope this meets your needs!
Hi Jolyon,
Try using CONCATENATE([column1]&" ", [column2])
The ampersand let's you add another function, or in this case an empty space after the first parameter.
Hope this meets your needs!
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!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |