SSRS sum max by group

前端 未结 2 583
耶瑟儿~
耶瑟儿~ 2021-01-12 05:09

I have an SSRS report that looks like this (with additional columns such as sales) with rows grouped by region and location.

2条回答
  •  旧巷少年郎
    2021-01-12 05:53

    Have you tried =Max(Fields!goal.Value) ? If you need the unscoped grand total this should work. Here is a great MSDN article on Adding Grouping and Totals. Below is an image taken from that article that shows how to set it up.

    enter image description here

    Renders:

    enter image description here

提交回复
热议问题