First of all thank you on advance for taking the time to access my question here.

I'm using Report Builder 2.0 for TFS Reporting with the TFS OLAP Cube as the main datasource.

I need to calculate the time taken between the start and end (completion) of a workitem as filled in in the appopriate TFS form.

When I use the following formula:

DATEDIFF(DAY; Microsoft_VSTS_Scheduling_StartDate_Date_(Date); Microsoft_VSTS_Scheduling_EndDate_Date_(Date))

I get the following error when running the report in the browser:

An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for data set 'dataSet'. (rsErrorExecutingCommand)
Semantic query execution failed. (rsSemanticQueryEngineError)
A grouping expression must be either a scalar field or an entity. 

I have been around this for days and haven't found an answer anywhere.

Any ideas?

Thanks in advance!

link|improve this question
1  
You are missing a big part of your query, can you post the whole statement? – Lamak Dec 22 '11 at 21:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.