Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have a matrix in Paginated Report Builder where the rows are grouped on job title and the columns are grouped on week #. Week # is filtered for Top n = 6. I need the Total to only sum the most recent 6 weeks, not all weeks. How would I limit the total column to just the most recent 6 weeks?
Thank you for any help.
Solved! Go to Solution.
Hi @ghousman7
You would need to use an Expression to create this.
Here is a close example of what you are looking for: summation of ssrs expression column (microsoft.com)
Hi @ghousman7
You would need to use an Expression to create this.
Here is a close example of what you are looking for: summation of ssrs expression column (microsoft.com)