ktmud commented on issue #13261:
URL: https://github.com/apache/superset/issues/13261#issuecomment-782975758
You can currently utilize the Advanced date functions to get this:
```python
dateadd(datetrunc(datetime('today'), week), 5, day)
```
Check out more about this functions in this tooltip:
<img
src="https://user-images.githubusercontent.com/335541/108645303-44d20480-7467-11eb-9dc8-8689426ef6ac.png"
width="500">
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]