[FONT="]Hi,[/FONT]
[FONT="]Have a traditional star schema Kimball Tabular model in SSAS. There are 2 fact tables. GeneralLedger and GLBudget.[/FONT]
[FONT="]
[/FONT]
[FONT="]I've been encountering a timeout every time with the Summarizecolumns command below. I took out the measures below and still get the timeout. If I remove the BP dimension, it works. Why? SQL Server 2017 running under Windows Server 2016 with 64 Gig RAM. DB is 5 gigs. There is nothing else serious on the server running since it is my Dev server.[/FONT]
[FONT="]EVALUATE SUMMARIZECOLUMNS ([/FONT]
[FONT="]'Company'[Company], 'Company'[CompanyName], 'GLPlant'[GLPlant], 'GLPlant'[GLPlantDesc], 'Account'[Ledger], 'Account'[LedgerDesc], 'GLDept'[GLDept], 'GLDept'[GLDeptDesc], 'FiscalCalendar'[CorpFiscalYear], 'FiscalCalendar'[CorpFiscalPeriod], 'BusinessPartner'[BP][/FONT]
[FONT="])[/FONT]
[FONT="]Does anyone have any suggestions with the following DAX command. I thought SUMMARIZECOLUMNS was the new and improved command. Is there a limit to the number of dimensions we can query?[/FONT]
[FONT="]Thanks,[/FONT]
[FONT="]FerrisWheel[/FONT]
[FONT="]Have a traditional star schema Kimball Tabular model in SSAS. There are 2 fact tables. GeneralLedger and GLBudget.[/FONT]
[FONT="]
[FONT="]I've been encountering a timeout every time with the Summarizecolumns command below. I took out the measures below and still get the timeout. If I remove the BP dimension, it works. Why? SQL Server 2017 running under Windows Server 2016 with 64 Gig RAM. DB is 5 gigs. There is nothing else serious on the server running since it is my Dev server.[/FONT]
[FONT="]EVALUATE SUMMARIZECOLUMNS ([/FONT]
[FONT="]'Company'[Company], 'Company'[CompanyName], 'GLPlant'[GLPlant], 'GLPlant'[GLPlantDesc], 'Account'[Ledger], 'Account'[LedgerDesc], 'GLDept'[GLDept], 'GLDept'[GLDeptDesc], 'FiscalCalendar'[CorpFiscalYear], 'FiscalCalendar'[CorpFiscalPeriod], 'BusinessPartner'[BP][/FONT]
[FONT="])[/FONT]
[FONT="]Does anyone have any suggestions with the following DAX command. I thought SUMMARIZECOLUMNS was the new and improved command. Is there a limit to the number of dimensions we can query?[/FONT]
[FONT="]Thanks,[/FONT]
[FONT="]FerrisWheel[/FONT]