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 |
---|---|
56 | |
54 | |
54 | |
49 | |
30 |
User | Count |
---|---|
173 | |
89 | |
70 | |
46 | |
45 |