Hi experts,
I have this Table
User | Time | Value
A | 2 | 100
A | 4 | 90
A | 6 | 80
A | 8 | 70
A | 10 | 80
A | 12 | 90
I want this in Line Graph using SSRS as 'Time' in Horizontal Axis. But i want to limit the data output showing only 5 latest data. In table case, i only want 4,6,8,10,12 to show in graph and when a new data was entered it will show 6,8,10,12,14. 14 as the latest data. and one more thing i want to set 'Time' value to set auto increment by 2 and when it reach 22, it will go back to 0.