Forum Discussion
Creating a custom date range
- 9 years ago
I created a custom table with the help of calender function, then I created relation with date column from custom table to original table date column.
May be you can create a custom table like below and make relation with date column.
mydatetable = CALENDAR(TODAY()-15,TODAY())
I would appreciate if you can provide an example. I am still confused. Please see my updated post.
- v-ljerr-msft9 years agoMicrosoft Employee
Hi sieed,
Have your tried the solution provided by rocky09? I just verified that it should work in your scenario.:smileyhappy:
1. Use the formula below to create an individual Calendar table.
Calendar = CALENDAR(TODAY()-15,TODAY())
2. Create a relationship between your Job table and the created Calendar table with the date column.
3. Use the date column from Calendar table as the Axis for the Chart on report.
Regards
- rocky099 years agoSolution Sage
I created a custom table with the help of calender function, then I created relation with date column from custom table to original table date column.