The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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"
Solved! Go to Solution.
HI @steambucky
Please try an ampersand &
eg.
Mapname = 'Combined tables'[local_govt_nm] & " Queensland,Australia"
HI @steambucky
Please try an ampersand &
eg.
Mapname = 'Combined tables'[local_govt_nm] & " Queensland,Australia"