Forum Discussion
sieed
9 years agoHelper II
Creating a custom date range
I have two tables namely App and Job. I am creating a graph that shows whether the job was finished/unfinished. I would like to display the x-axis such that it shows the last fifteen ...
- 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.
sieed
9 years agoHelper II
I would appreciate if you can provide an example. I am still confused. Please see my updated post.
v-ljerr-msft
9 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