I have one metric and one dimension I need to create a calculated field like SQL Query:
sum(new_users) where event_action= "manual_widget_click" / Total_new_Users
I can not understand the logic of formulas in Data Studio. Not here standard functions like 'sumif' or 'where'.... only 'Case When'. But I can not put together a formula...