Hi Sathish,
Try with below sql code,
@Prompt('Please Enter Year','A','Time period\Year',Mono,)
OR
(@Prompt('Please Enter Year','C',{'2004',2005'},,))
On First refresh it will give you the list of values, on second refresh it is not giving you the list of values as it is keeping last value selected.
Ambreen