Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Time Variance report based on Project and Iteration (TFS 2010) using BIDS

$
0
0

Hello,

I need your urgent help.

I need to create a report using BIDS for TFS 2010. This report should display Time Variance grouped on a project and iteration.

Let's say we have a the below record in TFS:

-------------------------------------------------------------------

Project    Iteration   Start Date   Finish Date   Closed Date

-------------------------------------------------------------------

X            0              1/1/2013    5/1/2013      7/1/2013

X            0              5/1/2013    6/1/2013      10/1/2013

X            0              7/1/2013    12/1/2013      15/1/2013

X            1              3/1/2013    20/1/2013      24/1/2013

X            1              21/1/2013   26/1/2013     25/1/2013

X            1              24/1/2013   24/1/2013     31/1/2013

Y            0              5/1/2013     7/1/2013      9/1/2013

Y            0              8/1/2013    11/1/2013      12/1/2013

--------------------------------------------------------------------

I want to have report like this:

------------------------------------------------------------------------------

Project    Iteration   Start Date   Finish Date   Closed Date     Variance

------------------------------------------------------------------------------

X            0              1/1/2013    12/1/2013      15/1/2013     3

X            1              3/1/2013    26/1/2013      31/1/2013     5

Y            0              5/1/2013    11/1/2013      12/1/2013     1

----------------------------------------------------------------------------

Appreciate your help and guidance in this.

Regards




Viewing all articles
Browse latest Browse all 10045