• pietlinden - Monday, February 12, 2018 7:52 AM

    That looks more like the underlying table is set up wrong. Either that or your example is misleading.
    If your table is set up wrong, a query like this might fix it:
    SELECT A, C
    FROM Src
    UNION ALL
    SELECT B, D
    FROM Src

    ACBDEFG
    TestEx-1TestEx-4   
    TestEx-2TestEx-5   
    TestEx-3TestEx-5   

    Test1Ex-2Test1Ex-5   
    Test1Ex-2Test1Ex-5   
    Test1Ex-1Test1Ex-5

    Data is correct in the table.I am using a Matrix in my report so it groups on every value of column A. Can i do something at the ssrs side?