Partner - Contributor II
2018-11-21
12:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using Native with Google BigQuery
Hello,
I trying to connect google big query date for direct discovery but I am succeeding to convert date to year.
I am using script as follows but I am getting error I dont understand.
DIRECT QUERY
dimension
Date,
NATIVE('EXTRACT(YEAR FROM Date') AS year
measure
Pageviews
FROM pageviews
;
584 Views
0 Replies