Migration from multidimensionnal cube to tabular model
Hello,I hope you are doing well.I'm working on a migration from an on premise ssas multidimensionnal cube to an azure analysis services tabular model.Is there a way , a method or a tool to do it...
View ArticleSSAS Tabular (DAX) STDEV.S #NUM!
Hi,Im trying to do a standard deviation but tried a few things to get past the only record for standard deviationSTDEV.S('Test Measures'[STDResult]) where only 1 record the calculation returns #NUM!I...
View ArticlePerformance problems when 2 account dimensions with 2 custom rollup columns...
Hi!I've got a financial cube, with 2 different Profit Statement Schema dimensions. I've defined EBIT, EBITDA, GROSS MARGIN etc. calculations in a custom rollup column dimension property using dynamic...
View ArticleExcel OLAP - Convert to Formulas: Data Source SQL
Hi all,I was researching ways to build my template. I stumbled across this OLAP - columns to formulas and it worked amazing to build the template off my small sample of data. My source data is coming...
View ArticleMultidimensional Model dimension does not show correct content from the...
Hi,I’m using the Adventure Works datasource and trying to set one product dimension. I choose the product and category and subcategory in the attribute pane, and drag them the hierarchy windows to make...
View ArticleAutomate Processing a SSAS Cube and taking it Offline to be distributed to...
Good day,I have cube that is processed via SSIS, however ive not taken a cube offline and tested if it works easily (wothout excel warning/error messages - functionality works as normal)Please help, 3...
View ArticleTabular row level filtering
I am trying to utilize Row level filtering doing a lookup in the model of a defined User Security table. One of the columns in that table is a delimited list of departments. I am trying to find a way...
View ArticleTabular Model Not supporting Time Intelligence DAX functions
Hi Everyone,I am new to DAX and tabular models. Can you please clarify on the below confusion?DATESYTD and DATESMTD Functions are not giving expected results in the measures. General DAX code (without...
View ArticlePerformance metrics on On Premise Analysis Service
Hi,The azure platform provides a rich diagnosis and system metrics (CPU, memory and etc.) for those Analysis models deployed on Azure. Wondering how it works when the model is in On. Premise ?Question...
View ArticleDAx to sql
Hi,I have a measure that i am replicating in SQL for a reporting from DW layer.Measure is calculated as :DIVIDE(CALCULATE(COUNT(SOLine), Fact[Margin] > 1), COUNT(Fact[SOLine]),0)SQL-...
View ArticleMDX [Measures].Allmembers fails when accessing AS Azure model with security
If we have an AS Azure model with security affecting measures (hiding security columns that measures are built on), then, when executing mdx relating to measurese.g.,Select[Measures].allmemberson...
View ArticleSyntax error in a SCOPE MDX clause
Hi, a i have a cube in mmy .net prpyect and i need to set the context in a calculted member od my cube with a SCOPE clause.Dont know for sure how to do it. I am receiving a syntax error when i set it...
View ArticleHow to clear the data in ssas cube in VS?
I developed a cube on an existing one, how could I empty it and leave the dimensions and other structures there. I want to have the cube but just clear the data in it. As I first connect to it , it is...
View ArticleAuditLog SSAS Cubes
Hi,The Audit Log is enabled but when i query the table i only see records for a specific date, is there a partocular reason?i need to do an audit of how many users & who accessed the cube for the...
View ArticleMDM Cube browsing Fast vs Excel pivot being too slow
I have a MDM cube with fact having just 84K records. Simple STAR schema structure. All regular relationships and no calculations or KPIs. While trying to browse the cube by pulling 15-20 attributes...
View ArticleSSAS Tabular Model - Sort order of Measures
Hello All,For specific requirement, we had to create 100+ measures in Cube.By dafault, all dimension, attributes and measures are ordered Alphabetically.Do we have any option / workaround to change the...
View ArticleSSAS Tabular - Writeback
Hi,Gosh im in trouble,i have a tanular cube which had high level grain but now for certain items the request is to make edit/writeback. without thinking i said yes as i forgot it was not OLAPPlease...
View ArticleMDX Query works in SSMS but not in SSDT query editor
This simple query is giving me the expected results in SSMS however when I try to use it to create a dataset in Visual Studio it will not work. Will not execute on query editor. Does anybody know why...
View ArticleSSAS Tabular - Increase Perfromance Optimize Usage Based Partitions
Good day,I have Tabular cube for Operations team and the cube is looking more and more operational (data centric view of 1000 rows)the main view has kpi with multiple measures, i dont know Tabualr that...
View Article