Specifying the Location of a Calculated Member in a Hierarchy
I am working on building a hierarchy to facilitate the generate of financial statements. I add attributes to my Account dimension to create the typical grouping and totals (Assets, Liabilities,...
View ArticleTracking use of measures/dimensions
Hi,I have a SSAS multi-dim cube used by around 100 people. It's a legacy cube that I'm re-developing on SQL2016, has around 80 measures, 20 dimensions.I want to asses which measures/dimension...
View ArticleAdventureWorks or Contoso for SSAS Tabular practice
HiOf the two Microsoft example databases, AdventureWorks and Contoso, which is more useful for practicing SSAS Tabular work?Thanks.
View ArticleMDX Code - Can you explain this?
I'm trying to understand some code not designed by myself. I believe this code is supposed to provide accurate LFL (like-for-like) sales comparisons at a monthly level. The complexity is in the fact...
View ArticleSSAS \ SSRS Parameters
Good afternoon all; I am very new to SSAS and have a question about parameters for the report. So here's the skinny;I am creating a dashboard for our stores in SSRS using a SSAS cube, I have put in...
View ArticleSSAS CUBE Grand Totals Wrong
Hi All,I am facing a problem where I got Stuck and I cannot see a way to solve.So basic I have a small environment 2 currency and for that I use a Fact Rate table with Dates between USD and EURO to give
View ArticleDAX YTD, QTD and MTD calculations
HelloI am trying to calculate the above functions on a fairly simple Azure Hosted Analysis Services Model.I have a measure Quotes[QuotesCount] defined as...
View ArticleExtended events trace missing data...
Hi, I'm setting up a process to monitor our SSAS Queries using extended events.The xmla to start the trace is below. I put the xmla in a SSAS DDL task in SSIS. I'm experiencing two different behaviors...
View ArticleMetric Won’t Display Results in Tab Cube
Hello, I have a Tabular cube model, 2016 (1200) version, with many named folders, with many columns in each, on one particular folder, I have all the columns hidden, and have metrics down in the grid,...
View ArticleCalculated Member based on dimension attribute value
I have a report that is using a ssas multidimensional cube as data source (live connection)I have two amount measures (local_amount and euro_amount)I have created role dimension metric attribute...
View ArticleService Account in Admin role can't browse cube
We're experiencing the following issue, where a service account is not able to consume data from a cube. The idea is this SV would be used as the account that hosts dashboards in the Power BI...
View ArticleCannot see compatibility level 1400
Hi guys, I am looking for help with setting the tabular model's compatibility level to 1400. I've got SQL Server developer edition, with SSAS tabular installed 14.0.230.1 and the DISCOVER
View ArticleComplex calculation SSAS tabular
I have below data set in my SSAS tabular model, for time being i have posted data for one month but the actual dataset contains N number of months.Requirement - If any day data missing in a particular...
View ArticleMeasures showing up Blank in Power BI
When I attempt to connect POwer BI Desktop to my tabular model, The measures all show up blank. I am able to browse the model in excel from SSDT., and the measures do not show up blank. When I look...
View ArticleMDX Query Help - Translating T-SQL to MDX
I'm hoping someone can help me with this query that I have struggled with for a few hours (new MDX user). I can easily get what I need using T-SQL but getting the equivalent using MDX has proven...
View ArticleAnalysis Services Tabular Azure Rename Database
Hi,I have Microsoft Visual Studio Enterprise 2017 (Version 15.9.0) installed, when I click on a New Project it asks for the following info to be filled in:Name:Location:Solution:Solution...
View ArticleSSAS Deployment Error
I am trying to deploy an SSAS project running in tabular mode and am getting the following error: Error returned: 'The table 'Date' has two columns with the IsKey property set to True. So, it seems...
View ArticleQuery Mode section under Deployment Options not available
Hi everyone,Recently I have been experiencing an issue with SSDT that I could not find a solution for: My problem is, in SSDT Tabular, when I go to project properties there is no Query Mode section...
View ArticleMDX - LOOKUPVALUE / VLOOKUP?
HiGiven the image below, how would I go about creating 2 MDX calculated measures to create an opening and closing balance.Assume that I have to use a multidimensional cube and that I cannot:1. use
View ArticleDAX - Advanced Product Grouping/Segmentation Question
I created an SSAS Tabular model using the AdventureWorksDW database.I used the post below to help me build the report.
View Article