Data Studio Formulas Cheat Sheet

  1. Extract top Level domain from URL: REGEXP_EXTRACT( URL , '^https://[^/]+/([^/]+)/' )