'How to format date in a query Google Analytics Redash

I have the query

{
    "ids": "ga:ID",
    "start_date": "Start date",
    "end_date": "End date",
    "metrics": "ga:metrics",
    "dimensions": "ga:week",
    "filters": "filters"
}

Is there any way to change dimension week, because in this moment the query returns the number of every week, but i need the date week of the year. Monday of every week.

I hope someone helps me.

Thanks a lot.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source