Quantcast
Channel: SQL Server Analysis Services forum
Browsing all 14337 articles
Browse latest View live

Publishing an Excel workbook connected to a SSAS Tabular model

Hi,I need to know if it is enough to have SharePoint Server 2010 + Excel Services to publish an Excel workbook that points to Tabular model, without installing PowerPivot for SharePoint.Many thanks

View Article


Where to find code samples for "SQL Server 2005 Analysis Services Step by...

Hi, I am reading SQL Server Analysis Services from "SQL Server 2005 Analysis Services Step by Step" book and I want to download the code samples for the same. Please tell me how I can do that? Thanks...

View Article


Combine 2 MDX queries

I have 2 MDX queries from 2 different perspectives:1st Query SELECT {[Measures].[Assignment Revenue]} ON 0, [Service Order Invoice Date].[CalendarYearMonth].[Calendar Month].MEMBERS ON 1 FROM...

View Article

Finding foreign key relationships via AMO

Hi,I am trying to find the relational columns used for the join between a fact table and a dimension table from a cube definition via AMO, just for a regular measure group-cube dimension...

View Article

Scope leads to poor performance?

While I understand the theoretical benefit of using scope over iif, in practice it shows to perform MUCH more poorly.  Below is a calced measure in a form that we are told to avoid and to use scope...

View Article


SSIS job log in failed issue

Hi Experts,I created a SSIS packge & a job to run the package. At job execution, I am facing below issue-Message The job failed.  The Job was invoked by User sa.  The last step to run was step 1...

View Article

calculated measure using Current time

Hi,I have a situation, where I need to calculate difference between given datetime(field in my  fact table) and  current datetime .I need calculated measure, display in hh:mm:seconds.Thanks in...

View Article

no measure record in dimension member return 0

I have a calculate member like below…  I want to return 0 if any members in Location dimension has no count measure , otherwise do the calculation.. What is the best optimal( good performance) way to...

View Article


Setting All level to null on selected measures without impacting other...

I have a requirement to set the All level to null for specific measures sliced by specific dimensions. This code does the trick for the dim in question, but when the dim is not part of the query, it’s...

View Article


MDX query help

 Hi All,I am having issues in writing an MDX query for the below scenario.As I am new to MDX it is getting diffcult to work on the below scenario.I have some measures created asAttainment = Num/DEN...

View Article

Referenced Dimension, Many-to-Many Relationship, or something else?

My question would be easily understood if there was an accompanying diagram, but unfortunately I don’t know how to upload pictures here. Well – I will try my best to explain my case. Setup:Measure...

View Article

DAXMD: Selecting a Dimension with UnknownMember results in permanent 25% CPU...

Hi,I'm using the CTP of DAXMD. When I'm selecting a specific Dimension as Filter in Powerview, the the CPU usage inrease to 25 % permanently and I get no results. Only Solution was to restart the whole...

View Article

Appending a string in MDX

select [Age Band].[Age Band].[Band].members on rows, [Measures].[unt] on columns from [Cube]I need to apend a string 'Age ' to [Age Band].[Age Band].[Band]The normal o/o will be 345I want like thusAge...

View Article


GL Cube Chart of Accounts Multiplier

We’re modeling a General Ledger cube.  For the most part it’s pretty general and simple. We’ve got Time, Chart of Accounts, and Accounting Unit dimensions. Then for measures we have one measure group...

View Article

Count Customers by Sales

Hi,I am trying to calculate the number of key accounts by sales person from my data cube.  This seems like it should be simple but I can't seem to get it to work.  I have a dimension called CUSTOMER...

View Article


Ordering Measures in SSAS Tabular Model

How can measures be ordered in a particular order for better user experience of adhoc analysis using Excel 2013? The OOB just orders it alphabetically and I don't like the idea of prefixing 1,2,3 ..to...

View Article

ssas Aggregation design wizard

Hi everyoneWhat is aggregation design wizard, does it help with precomputing the aggregations. If it does, how? and what options I need to select to precompute ALL aggregations when the cube is...

View Article


Distinct count measure Funny output

I created a measure with distinct count on one of the column of fact table.I get count as 776 whereas it should be in millions.Can someone guide.RegardsChiang

View Article

On random day processing is taking long to complete

Hi,I'm facing a weired issue on production server where on some random day processing takes long to complete the processing. Usually cube processing takes 10 mints, but on some random day it takes...

View Article

Unable to add users to SSAS role

I can give user MyDomain\ABSmith access to SSDS by giving him a login and assigning him to the requisite SSDS groups/roles.I cannot:Create a temporary directory on the server hard disk and assign...

View Article
Browsing all 14337 articles
Browse latest View live