Hi,
I am referring a SharePoint list in my SSRS through SharePoint data source . I am able to receive all rows which is great.
My sharepoint list sample data
Col A COLB Date
1 Apple 09-06-2014
2 Orange 09-06-2015
3 Banana 09-06-2016
My requirement is to show only one record with maximum date eg record 3 from above list
I can add filter in dataset but I am not sure how to use aggregate function MAX and get row with MAX date .
Another approach I am thinking is to use a different dataset and using in different tablix and lookup on oroginal dataset and try to gte max.. but no clue
Any pointers