Concatenating/Merging 2 DataSets with exact same columns [duplicate]
问题 This question already has an answer here : Merge two Reporting Services datasets into one (1 answer) Closed 3 years ago . I'm trying to figure out if there is any way in Report Builder 3.0 to concatenate or merge 2 different "DataSet" objects which both have exactly the same column names into one set of data, for the purposes of displaying in a pie chart. My SQL query looks similar to this for both data sets: DECLARE @DateCreatedStart date = GETDATE()-14 DECLARE @DateCreatedEnd date = GETDATE