Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 shows all of the dates for each Sales Rep as seen below when I use Max. Here is the expression that I used to get the 'Date Last Quoted' column =Max(Fields!QUOTE_CREATE_DT.Value)
Does anyone know what I can do to only get the Max Date? In this case,10/13/2021
Thanks
Dan
Solved! Go to Solution.
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)
Proud to be a Super User!
Hi!
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
worked, thank you.
Yes, I created groups in my SSRS report. Moreover, I tried grouping by 'Date Last Quoted' and that didn't work for me. How do you group with dates in SSRS?
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)
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.