SSAS Stored Procs - Identify real data type of MDXValue returned from...
I have a SSAS stored procedure with a signature[code="vb"]public Set DoSomthing(Set toBeProcessed, Set measuresToWorkWith)[/code]The set [i]measurseToWorkWith[/i] is passed as {[Measures].[Measure1],...
View ArticleMeasure Label showing as different name in two different excel files for the...
Hi Experts,I have a cube that is presenting a measure field (Amount in Document Currency - Sum) as (Amount in Document Currency - Sum) in one user's excel file pivot table field list in one file and...
View ArticleSCOPE issue with Excel created subcube
Hi All,I have a the below query that is being generated by Excel which includes a subcube:[code="sql"]SELECTNON EMPTY [Channel].[Channel Group - Channel].[Channel Group] ON COLUMNS ,NON EMPTY...
View ArticleSSAS - Design help
Hi,I have a fact table that holds sales values. This is linked to a product dimension. A product can appear in multiple seasons so I want to create a seasons dimensions and use a bridge table (I think)...
View ArticleUNION ALL IN MDX
Hi, I need to get a MDX query which works like UNION ALL in SQL. It seems to be a bit tricky..This is what I want in SQL:SELECT 'Value' = 1, 'Label' = 'TOP10'UNION ALLSELECT 'Value' = 2, 'Label' =...
View ArticleSSAS CUBE PROCESSING ERROR
I am new bie trying to learn SSAS. I have these errors in trying to process my cube after it has shown to have deployed successfully. I need help. 1. OLE DB error: OLE DB or ODBC error: login failed...
View ArticleSSAS Role creation
I need suggestion regarding SSAS role creation (AS 2012). I need to create a role in Cube which should allow user to update data in a writeback cube for current period i.e. MM/YYYY (I have a Time...
View ArticleQuerying SCD Type 2 data to determine current value & date of change for a...
The subject kind of spells out what I am looking for. Attached is an example table image of an example of the issue.The ACTUAL answer I'm looking for is (transposed for text):CustomerID:...
View ArticleMDX Add a Total member in the query
Hi Experts,I have a mdx query that give me headach.I have an hierarchy Clients like thisRegion -> Country -> City -> ClientsWith my actual query I have thisCountry City MeasureFrance Paris 10...
View ArticleSSAS hierarchy change
I have a user-defined hierarchy in my cube that goes:[font="Courier New"]Region --> State --> Operating Unit --> Franchise[/font]There are a number of calculations in the cube that use this...
View ArticleWorking out percentages on group - How to
HI folks,I need some help desperately. I am very new to report builder 3.0 and have never written in SQL and dont really understand it. I am however comfortable in using the report builder functions to...
View ArticleCannot create an instance of OLE DB provider "MICROSOFT.ACE.OLEDB.12.0" for...
error message: Cannot create an instance of OLE DB provider "MICROSOFT.ACE.OLEDB.12.0" for linked server "(null)".SQL Server 2008 R2User is getting this message trying to run a query in SSMSselect *...
View Articlefiltering using strtoset
Hi,i have the following MDX query that uses parameters from an SSRS report to produce a result set: WITH MEMBER PREM AS StrToMember("[Measures].[" + @PremiumType+ " Premium]")SELECT NON EMPTY {PREM} ON...
View ArticleSum a measure over the next 12 months for a specific sales month
HiI have been trying to Sum a measure (Income) over the next 12 months (Date) for a specific sales month (SalesDate)This query at least returns values but does not limit the measure to the first 12...
View ArticleQuerying Across Measure Groups in SSAS (Can it be done?)
I'm fairly new to the world of SSAS, but have been around the relational side of data warehousing for a long time -- so apologies if this seems like a newbie question. I'm working with a sales funnel...
View ArticleTabular Model Query
HiHopefully someone can provide some assistance. I've a DAX measure query and/or a DW structural issue. (I looked around for a Tabular Module Area and didn't see on, so if I've placed this in the wrong...
View Articlecan i open an analysis services database in BIDs
HiI have access to an analysis services database in management studio. Is it possible for me to open this as a project in BIDS?Im brand new to SSAS so sorry for the simple question.Thanks
View ArticleBasic MDX listing by date
HiI have written this MDXselect {[Date].[Calendar Year].[2014], [Date].[Calendar Year].[2015]} on columns, [Holidays].[Start Date].members on rows from Cubeand i get something like the following...
View ArticleSetting IsAggregatable to False on dimension attributes causes problems
I have a fairly simple dimension with 4 attributes all linked to a surrogate key. It doesnt make sense for any of the attributes to have an All member so I have set IsAggregatable to False on each of...
View ArticleDynamic Security in a denormalized Parent-Child dimension Table
Hi guys, I need your priceless help again:I have a parent child relationship in a table with a fixed depth, let´s say Region-->Area-->CountryI denormalized the table to have something like...
View Article