I'm using GROUP_CONCAT succesfully in one of my sheets in tableau. It performs as needed and everything works. When I publish the workbook to tableau however, I get this error:
An unexpected error occurred. If you continue to receive this error please contact your Tableau Server Administrator.
The Google BigQuery service was unable to compile the query. Function not found: GROUP_CONCAT at [1:408] 2017-02-06 11:50:35.854, (WJhi5wrG0e4AACIU@woAAAHo,0,0)
According to this SO post, I should use STRING_AGG instead. However if I try to use this in tableau, it doesn't recognize it as a valid function.
How could I fix this?