I have a fetchxml data set and design as per below in my ssrs.
My preview was like this.
What I want to achieve is, supposed to be like this.
Parentaccountid StatusH1 StatusH2
Parent Account A Final Draft
Parent Account B Draft Final
So, what I did is adding Row Parent group and group by Parentaccountid, but what I get is only first row for each Parent Account A and Parent Account B.