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] +...
- 8 years ago
HI steambucky
Please try an ampersand &
eg.
Mapname = 'Combined tables'[local_govt_nm] & " Queensland,Australia"
Phil_Seamark
Microsoft Employee
8 years agoHI steambucky
Please try an ampersand &
eg.
Mapname = 'Combined tables'[local_govt_nm] & " Queensland,Australia"