1,258 questions with SQL Server Analysis Services tags

Sort by: Updated
1 answer

MDX latest product by data greater than 0

i am trying to run an mdx for the latest date per product but at the moment it is giving latest date but our latest date is always a 0, it is normally the day previous that has latest values. Is there a way i can get my mdx to say latest date greater…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-11T14:17:41.737+00:00
datadtata 1 Reputation point
commented 2020-09-18T03:44:47.823+00:00
Lukas Yu -MSFT 5,816 Reputation points
2 answers

Add measure security for a role in SSAS

I need to add measure security programmatically in Saas. I can do it manually by going to the role and then navigating to measures dimension and add/deny access to individual measures. But how do I access these classes and methods through code. …

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-12T16:47:54.407+00:00
sudipta sen 1 Reputation point
commented 2020-09-18T03:44:02.027+00:00
Lukas Yu -MSFT 5,816 Reputation points
3 answers One of the answers was accepted by the question author.

Power BI to AAS connection issue

While I am trying to connect a Tabular Project(designed in SSAS) on Azure Portal through Power BI i get attached error. The data base whici Project in connected is fine runs well on my machine.

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-17T14:01:31.937+00:00
Swapnil 216 Reputation points
answered 2020-09-18T03:27:24.013+00:00
Lukas Yu -MSFT 5,816 Reputation points
3 answers One of the answers was accepted by the question author.

Dimension.All.Member much slower than Dimension.Member

Hi - i have a huge dimension (~10 mio entries) where a 3rd party tool is accessing with WITH MEMBER [Measures].[x] AS '1', SELECT {[Measures].[x]} ON COLUMNS, Hierarchize({[Y].[All].[A], [Y].[All].[B], ... [Y].[All].[F]}) ON ROWS …

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-14T17:29:21.98+00:00
Werner 21 Reputation points
answered 2020-09-17T11:02:12.747+00:00
Werner 21 Reputation points
3 answers

Issue while creating offline cubes in SSAS

Hello All , Am using the below query to build the offline cube but it is failing saying operation is cancelled and no detailed error. CREATE GLOBAL CUBE [Test] STORAGE 'E:\abc.cub' FROM [Cube] ( MEASURE [Cube].[Unit], MEASURE [Cube].[Value], …

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-10T11:44:45.947+00:00
Bharath Ram 1 Reputation point
answered 2020-09-17T06:24:36.643+00:00
Lukas Yu -MSFT 5,816 Reputation points
3 answers

SSAS MOLAP. How to change dsv source of cube dimension

Hello there. SSAS MOLAP question. I originally created a single date table in the dsv and derived multiple role playing date cube dimensions from this. Works fine but then i found out from the business that each date dimension needs a different…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-11T14:25:53.233+00:00
jon strauss 1 Reputation point
answered 2020-09-17T06:01:54.257+00:00
Lukas Yu -MSFT 5,816 Reputation points
2 answers

Cube browsing in excel

HI, I am browsing the cube from excel. I pulled few attributes into filters. in another tab, I got all attributes listed. my requirement is, Capture all filter values from first tab and fill it in second tab. for ex. in the first pic, I browsed cube…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,685 questions
asked 2020-09-10T05:15:46.41+00:00
Prajwal Potula 1 Reputation point
commented 2020-09-16T09:10:57.7+00:00
Itch Sun-MSFT 2,556 Reputation points
4 answers One of the answers was accepted by the question author.

OLE DB error: OLE DB or ODBC error: Incorrect syntax near the keyword 'JOIN'.; 42000

Our cubes were working fine and were processed daily in SSMS until some Microsoft security updates were installed & the server was restarted. We receive the error message above when processing the cubes and dimensions. We already deleted the security…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,214 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-09T06:21:26.407+00:00
Paler, Flavius 96 Reputation points
accepted 2020-09-15T08:23:28.84+00:00
Paler, Flavius 96 Reputation points
1 answer One of the answers was accepted by the question author.

Hide Some Members in a Time Dimension

My time dimension has WEEKS MONTH and YEAR levels.There are some calculated members that my customer wants to see in the YEAR level. Is there a way of hiding theses calculated members for WEEKS or MONTH level, and show only for YEAR level? Can MDX…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-08T05:39:31.053+00:00
KamiFen 121 Reputation points
accepted 2020-09-11T05:59:28.1+00:00
KamiFen 121 Reputation points
1 answer

Calculating percent chagne over time, based on first value

Hello, I'm trying to create a percent increase measure over time. So basically I've got items that have amounts tied to them and dates the transactions happened example data Item: 004502, Amount: 10, Date: 1/1/2020 Item: 004502, Amount: 15,…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-04T20:21:05.627+00:00
Jacob 61 Reputation points
commented 2020-09-10T06:53:49.743+00:00
Lukas Yu -MSFT 5,816 Reputation points
2 answers One of the answers was accepted by the question author.

Data Source (SSAS database) into SSAS Tabular project

Hello, I am trying to make an aggregated table in my tabular project where the source of this table will also be a table of a tabular model. In summary, what I did was as follows: I created a MS Analysis Services database Data Source with a DAX query…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-08-31T17:18:17.697+00:00
Nayron Araújo 96 Reputation points
accepted 2020-09-09T14:31:41.147+00:00
Nayron Araújo 96 Reputation points
2 answers

SSAS DB Synch job hanged - Profiler shows 'Lock Acquired' but no 'Lock released' -where is the problem?

SSAS DB synchronization job (using xmla via ssis) usually takes 30 minutes to complete, but is getting hanged for indefinite time until I terminate it forcefully. Even I terminate it, it do not release physical memory and also can not restart a manual…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-05T01:00:51.673+00:00
Komal Sahu 311 Reputation points
commented 2020-09-08T08:44:23.127+00:00
Lukas Yu -MSFT 5,816 Reputation points
3 answers

New server cube processing timing out because the query wont run parallelism, what do i do?

So I am testing upgrading from 2017 to 2019 and one of the cubes keeps timing out after 1 hour. I have tried changing any timeout options on SSAS from 60 to 180, yet it still fails. The query plan on the previous server uses parallelism yet the new…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,214 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-03T18:47:24.843+00:00
jonjoseph@gmail.com 1 Reputation point
answered 2020-09-07T01:51:05.59+00:00
m 4,271 Reputation points
1 answer One of the answers was accepted by the question author.

Tabular Error in project

Hi, I am currently working on a SSAS tabular model cube. I am getting the below error. Plz someone could help on this ? The size of a data value in table '<#####>' column '<******>' was too large to fit in that column. The current…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-03T06:58:27.243+00:00
KamiFen 121 Reputation points
commented 2020-09-04T08:14:38.353+00:00
KamiFen 121 Reputation points
1 answer

SSAS: Server: The current operation was cancelled because another operation in the transaction failed.

Hello, I'm creating dimensions in SSAS and I was successful with the two other dimensions tables but only this one is giving me an error when processing it. the error is Server: The current operation was cancelled because another operation in the…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-08-29T04:43:42.787+00:00
Sam332 21 Reputation points
commented 2020-09-04T02:49:12.917+00:00
Lukas Yu -MSFT 5,816 Reputation points
0 answers

MDX - filtering measure values

Hi everyone, I created a role in SSAS. I denied the dimension customer data which works fine. But what can i do if i want to denied the cell data (I mean the total measure values) for every customer except the customers with the ID 10000 and 11000? I…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-03T17:37:02.723+00:00
_MG_ 1 Reputation point
commented 2020-09-04T02:35:26.59+00:00
Lukas Yu -MSFT 5,816 Reputation points
4 answers One of the answers was accepted by the question author.

SSIS/SSAS: How to change only the table name without remap the columns, flows and dimensions?

Hi, My company asked me to change the name of some of my SQL Tables( Dimensions ). But the only way that I know to do that is delete the references to the old table and map them again and recreate the OleDBSource/OleDBDestination ( SSIS ) and recreate…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,503 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-09-01T13:36:21.613+00:00
Luis Lima 61 Reputation points
commented 2020-09-03T19:04:56.393+00:00
Yitzhak Khabinsky 25,721 Reputation points
2 answers

What is the impact of setting ASPaaS\AlwaysUseGateway to false

HI all everybody, this is my first post and I'm here to ask for your help. This is the scenario on my Team: Client - Visual Studio 2019 connecting to AAS deploy using a server of IaaS as data source - issue And they sent me this image…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
443 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-08-28T02:09:22.31+00:00
CuervoXok 1 Reputation point
commented 2020-09-03T04:19:21.907+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer

Multidimensional Project Data Source Wizard Fail SSAS

Hello, I'm trying to create a data cube in Visual Studio (SSDT) and I'm unable to launch Data Source Wizard. When I select New Data Source, I see the wizard, but when I click Next, the wizard dissapears. Has anyone faced such issue? Could this be…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-08-24T06:15:44.097+00:00
Green Tree 1 Reputation point
commented 2020-09-01T09:17:26.403+00:00
Lukas Yu -MSFT 5,816 Reputation points
1 answer

Suppress Zeros and Empty Rows and Columns by using MDX

Hi, following is my MDX. Still getting zero rows and columns. how to remove zero rows and columns. Select Non Empty CrossJoin( CrossJoin( {{[Account].& [1]}, {[Account].& [2]}, {[Account].& [3]}}, {{[Measures].[YTD]}, …

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
asked 2020-08-24T12:16:55.68+00:00
Narendra Reddy 1 Reputation point
commented 2020-09-01T09:13:34.507+00:00
Lukas Yu -MSFT 5,816 Reputation points