我執行這個查詢,並給了我這個錯誤:MDX:如何獲得維數
Infinite Recursion Detected: The loop of dependencies is: Direct Reporting->Direct Reporting.
任何人可以幫助我嗎?
WITH
MEMBER [Measures].[Direct Reporting] AS COUNT([Employee].[Employees].Members, EXCLUDEEMPTY)
SELECT
{[Measures].[Direct Reporting]} ON COLUMNS,
{[Geography].[Country].AllMembers} ON ROWS
FROM [Adventure Works]