Custom Collumns

Hello guys, where I can find the custom collumns icon?

Im tryindo do divide column A by column B and create a Column C with the result.

Thanks for help

Hi @herrsiqueira
Have a look here: https://www.metabase.com/learn/questions/custom-expressions

thanks but i havent this icon

@herrsiqueira
Post "Diagnostic Info" from Admin > Troubleshooting, and the database type you're querying.

How I do that?

Thanks

@herrsiqueira You should contact the person who's administrating your Metabase instance and ask for help.

{
"browser-info": {
"language": "pt-BR",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.12+7",
"java.vendor": "Eclipse Foundation",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.12",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.12+7",
"os.name": "Linux",
"os.version": "5.4.0-1044-gke",
"user.language": "en",
"user.timezone": "UTC"
},
"metabase-info": {
"databases": [
"postgres",
"googleanalytics",
"mysql",
"bigquery",
"bigquery-cloud-sdk",
"redshift"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "9.6.22"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.23"
}
},
"run-mode": "prod",
"version": {
"date": "2021-10-21",
"tag": "v0.41.1",
"branch": "release-x.41.x",
"hash": "76aa4a5"
},
"settings": {
"report-timezone": "America/Sao_Paulo"
}
}
}

@herrsiqueira Google Analytics does not support Custom Columns.

Thanks @flamber.

Big Query also not?

@herrsiqueira You need to upgrade to the new driver, just like you have done with some of your databases. Admin > Databases > (your-bq)

thanks @flamber!!

Now I have the icon!!!

@flamber, one question.

To have more colors(not only the 9 we have) in the graphs with plan I need to purchase?

@herrsiqueira Currently on the Whitelabel allows you to define the 9 colors. There's still only those colors available for users: https://www.metabase.com/docs/latest/enterprise-guide/whitelabeling.html

Other references - upvote by clicking :+1: on the first post of each issue:
https://github.com/metabase/metabase/issues/9682
https://github.com/metabase/metabase/issues/6300

Thanks @flamber