Hi @Rahul Indore ,
Set the textbox of the Min and Max value with name of 'MIN' and 'MAX' like shown.
And then in the timestamp column use the expression to highlight the timestamp of the max and min value.
=Switch(Fields!price.Value=reportitems!MAX.value,"Red",Fields!price.Value=reportitems!MIN.value,"DarkGreen",Fields!price.Value<reportitems!MAX.value OR Fields!price.Value>reportitems!MIN.value,nothing)
Here is a sample preview for your reference:
If you want to show the value of the timestamp, I'd like to suggest that you may process the data with t-sql before designing the report.
If I misunderstand your meaning, please incorrect me.
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October