Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
AdrianS1
Contributor III
Contributor III

Days of actual week as dimension

Hi Guys, I want to have a dimension of actual week like this :

We have 10.08.2023 - Thursday 

So I need 07.08.2023 - Monday ,08.08.2023 - Tuesday ,09.08.2023 -Wednesday,10.08.2023 - Thursday ,

Tomorrow I want to view like this 07.08.2023 - Monday ,08.08.2023 - Tuesday ,09.08.2023 -Wednesday,10.08.2023 - Thursday ,11.08.2023 - Friday 

On 14.08.2023 I want only 14.08.2023 -  Monday 

How I can deal with dimension ?

Labels (2)
1 Solution

Accepted Solutions
Or
MVP
MVP

You could presumably use something like If(Date>=WeekStart(Today()),Date) as a calculated dimension. It may be better to write this into your expressions as set analysis, though.

View solution in original post

1 Reply
Or
MVP
MVP

You could presumably use something like If(Date>=WeekStart(Today()),Date) as a calculated dimension. It may be better to write this into your expressions as set analysis, though.