Skip to content

Commit 181e1fd

Browse files
authored
Update README.md
Added Total Events [Calc].
1 parent 35fbb4b commit 181e1fd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Looker-Studio/Advanced/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,15 @@ If you want to learn more about creating custom URL links with Calculated Field,
329329
FORMAT_DATETIME('%Y-%m-%d %H:%M', event_uploaded_to_bq_time)
330330
```
331331

332+
#### Total Events \[Calc\]
333+
* **Field name:** Total Events \[Calc\]
334+
* **Field ID:** total_events_calc
335+
336+
**Formula:**
337+
```javascript
338+
CONCAT('Total Events: ',COUNT_DISTINCT(event_name))
339+
```
340+
332341
#### Event Last Seen Days \[Calc\]
333342
* **Field name:** Event Last Seen Days \[Calc\]
334343
* **Field ID:** event_last_seen_days_calc

0 commit comments

Comments
 (0)