Power BI - Power Query Editor
You tried to merge columns
But you get an error. What is the likely cause?
City and Country using this code:Table.AddColumn(Source, "Location", each [City] + ", " + [Country])
But you get an error. What is the likely cause?
