Forum Discussion
steambucky
Helper III
8 years agoIssues "adding" text together.
I am wanting to add a column with some text and I am getting this error:
local_govt_nm is not numbers - its formated as text. Any ideas?
Mapname = 'Combined tables'[local_govt_nm] +"Queensland,Australia"
HI steambucky
Please try an ampersand &
eg.
Mapname = 'Combined tables'[local_govt_nm] & " Queensland,Australia"
1 Reply
- Phil_Seamark
Microsoft Employee
HI steambucky
Please try an ampersand &
eg.
Mapname = 'Combined tables'[local_govt_nm] & " Queensland,Australia"