Forum Discussion
MaliniBaktha
Helper II
2 years agoadding every monday as a calendar date
hi, I want to refresh my data every monday, but my data is looking at yearly values. Now I want to create a date slicer inside my dashboard to let the viewers know the data is refreshed every mo...
- 2 years ago
The title of the question is different from what you described in the body.
If you are refreshing data every monday, you may need to have that info coming from your datasource.
In other words, you are trying to display the date of the monday for the current week :
The data is refreshed on Monday = TODAY() - WEEKDAY(TODAY(), 2) + 1
MaliniBaktha
Helper II
2 years agoHi Amira,
looks like I dont have the access to the advanced editor, is there any dax formula i could do show every tuesday date. like we weekday function where it turns the number of the weekday , I want to return the date of the week ...
AmiraBedh
Super User
2 years agoWhat is your datasource ? I think you are using a live connection or a direct query.
- MaliniBaktha2 years ago
Helper II
Yes, I am using a direct query
- AmiraBedh2 years ago
Super User
what is your data source ?