Forum Discussion
i820017
Resolver II
4 years agoMax Date from a Column in a Paginated Report
Hey Everybody, I just created a paginated report from a Power BI report on the cloud. Anyway, I only want the Max date to show up for the column 'Date Last Quoted' for each Sales Rep. My report sho...
- 4 years ago
MAX will work on the grouping of data... Did you create groups in your table Matrix ?
Add Grouping To Table Reports In SSRS (tutorialgateway.org)
AbhiSSRS
Solution Sage
4 years agoHi!
Please run this in context of the dataset eg " =Max(Fields!Month.Value, "Main") where Main is the dataset name.
Ideally your expression should have worked as the tablix would have bound to the dataset directly. Please let us know on your daataset details in case this dsn't work
- mohammadyousaf2 years ago
Resolver II
worked, thank you.