Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
MMCGLAESASAA
Contributor III
Contributor III

how to show last six week date in Pivot

how to show last six week date in Pivot table based on current date

Labels (1)
1 Solution

Accepted Solutions
Andrea_Bertazzo
Support
Support

Hi @MAR 

Thanks for the question.

It would be necessary to know more about your application and the fields you are using, but, in general, these problems can be resolved with a bit of set analysis in the measure.I would use something like

{$<Week = {">=Week(today())-6"}>}

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up ! 🙂

View solution in original post

1 Reply
Andrea_Bertazzo
Support
Support

Hi @MAR 

Thanks for the question.

It would be necessary to know more about your application and the fields you are using, but, in general, these problems can be resolved with a bit of set analysis in the measure.I would use something like

{$<Week = {">=Week(today())-6"}>}

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up ! 🙂