Hi @Brett Ossman ,
Please try to set the "Visibility" property by using the following expression:
=IIF(fields!fieldname.Value=Previous(Fields!fieldname.value),True,False)
If the expression is based on Row Group Properties, whitespace caused by hiding duplicate rows will be removed.
See the following sample below about the "Row Growps" properties.
1) Right button on the Row Groups.
2) Click in Visibility
3) Click in Expression and type the following code: =IIF(fields!fieldname.Value=Previous(Fields!fieldname.value),True,False)
For more inforamtion, please see: SSRS Reports Hide Duplicate Records and White Spaces.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.