Forum Discussion
aignn
6 years agoHelper II
AnalysisServices: The type initializer for 'Microsoft.AnalysisServices.AdomdClient.NamespacesMgr'
Hi! I try get data from Analysis Services by query and i get this error: AnalysisServices: The type initializer for 'Microsoft.AnalysisServices.AdomdClient.NamespacesMgr' threw an exception. ...
aignn
6 years agoHelper II
No problem:
SELECT {[Measures].[Completed]} ON 0,
NON EMPTY CrossJoin(
Hierarchize([Work Item Tree].[Work Item Tree Hierarchy].Members),
[Work Item].[System_Id].[System_Id],
[Work Item].[System_Title].[System_Title],
[Work Item].[System_AssignedTo].[System_AssignedTo],
[Work Item].[System_State].[System_State]
) ON 1
FROM [Teams]
WHERE ([Date].[Year - Month - Date Hierarchy].[Month].&[2019-11-01T00:00:00])