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,
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!
User | Count |
---|---|
65 | |
62 | |
59 | |
54 | |
28 |
User | Count |
---|---|
181 | |
82 | |
66 | |
47 | |
44 |