SSAS Tabular Processing - How to control memory during processing?
Hello All,I have a Partition in SSAS Tabular with size 20 GB. During the processing of this partition, it occupies up to 120 GB. Do we have any option to control the processing memory limit to 50 GB so...
View ArticleTabular Model how to apply filter for Todays date for imported CSV file
HI Team,I need to apply todays date that imported csv file in tabular model.Please help me urgent.SELECT [srsearchscreen#csv].[Ticket #],[srsearchscreen#csv].[Entered] FROM [srsearchscreen#csv]...
View Articlegran total with too many decimals
Hi,I have a little problem with the total of a column. The connection to the cube is dynamic so everything i do is on .net visual studio with MDXi am overwritting the scope of a measure called Red...
View ArticleTIME Range Periods vs. PTD
Hello,i have a calculated member to aggregate all members of a date hierarchy from NULL to a certain deadline attribute:CREATE MEMBER CURRENTCUBE.[Measures].[UnitsCount PTD] AS AGGREGATE(...
View ArticleMDX query for aggregate a measure that is a difference of a max\min measure
Hi,I have a fact table that is linked to a dimension table( customer ), and in this table I have a column( measureA ) In my SSAS I have two measures: MaxMeasureA( max value os measureA ), and...
View ArticleSSAS Excel ODC Connection
Hi,Remote connecting from home (local pc) i can deploy the cube to serverbut when trying to setup the connection in excel to the server from local PC i get errors unable to find database etc.I've tried...
View ArticleDeploying an SSAS Project from Visual Studio 2017 to SSAS 2016 fails with...
I get a number of errors mentioning failure when processing particular attributes on various dimensions.I've read a number of similar errors but none quite seem to fit my situation.I am trying to add...
View ArticleProblems adding basic time intelligence to my cube (I'm new at this)
I'm using SSAS 2016. I'm not at all familiar with SSAS but my boss has asked me to add the ability to select a running 12 months for his calculations.I thought this would be easy using the wizard and...
View ArticleSSAS Tabular - Azure BLOB storage
Hi allI really could use some help.I'm developing a Tabular solution in visual studio where i need Azure Blob storage as a data source. My challenge is that I get a Json error when trying to add the...
View ArticleTabular model dynamic partitioning
Hello AllI have SSAS Tabular model with compatibility level 1400. I am looking to create dynamic yearly partitions in one of the fact table. I am looking for any sample script like powershell or SSIS...
View ArticleMDX Query Help
Need help in joining these 2 tables Table 1SELECT * FROM $SYSTEM.DISCOVER_STORAGE_TABLES col1-(database_name)Table 2select * from $SYSTEM.DBSCHEMA_CATALOGScol1-(database_id)Regards JakDBA Please Mark...
View ArticleUnnatural Hierarchy - Unable to determine why!
Hello! I have a hierarchy that SSAS thinks is "unnatural" ([STRUCTURE_TYPE] in $SYSTEM.MDSCHEMA_HIERARCHIES has value "Unnatural").Problem is, I'm unable to determine why! The hierarchy is pretty big...
View ArticleNeed compare different ssas cube results in Scala
HI Team,I need to compare different ssas cube mdx results in Scala code.Can you please help me,How to processed this process? and i have 2 mdx results from different cubes and need to compare results...
View ArticleNeed compare different AzureAnalysis cube results in Scala
HI Team,I need to compare different AzureAnalysis cube mdx results in Scala code.Can you please help me,How to processed this process? and i have 2 mdx results from different cubes and need to...
View ArticleWhy are hierarchies that use "calculated" columns ALWAYS identified by SSAS...
I learned today that hierarchies that use "calculated" columns, are ALWAYS identified by SSAS as a "unnatural" hierarchy, i.e., the field [STRUCTURE_TYPE] in $SYSTEM.MDSCHEMA_HIERARCHIES) has value...
View ArticleWill uninstalling SSAS instance also delete the Database
HelloI have a requirement to Uninstall the current SQL Server Analysis Services Enterprise Edition and install it with a Standard Edition on the same boxI was thinking of 1) detaching the database2)...
View ArticleSSAS Tabular - Audit Log track user cube usage
Hi,In olap one can use the olapquerylog to track queries and build a user usage, is there anything to get users activity on Tabular?Regards
View ArticleMDX Query Axis Question
Hello, Thanks in advance to anyone that has a suggestion on this.I have the Year dimension on rows in a cross join. Need that. But I would need to use LastPeriods(2,StrToMember(@pYear) in the WHERE....
View ArticleASSP procedure call failing with the below error :-
I need to run a custom drillthrough by running the MDX for previous dated but it throws error, then while trying I have used very simple call :-CALL ASSP.GetDefaultDrillthroughMDX([Measures].[Internet...
View ArticleSSAS Calculated Members on All Rollups only
Good day,I have a dimension with 1 measure: Dim = (RollupMeasure,MeasureName), Fact = ActualThe tricky part is my Dimension has Rollup/Hierarchy where i want to apply Calculation to.Dim Measure:...
View Article