1,244 questions with SQL Server Analysis Services tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Expected output required

i want countra Head , Create table #Tbl_Customer (C_ID int,C_Name varchar(50)) Create table #tbl_Ledger (ID int,E_Date date,Debit_Head_ID int,Credit_Head_ID int,T_Amount Decimal(10,2),Countra_ID int ) insert into #Tbl_Customer values…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,801 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,244 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
asked 2023-11-08T05:38:35+00:00
Analyst_SQL 3,551 Reputation points
commented 2023-11-15T05:28:57.24+00:00
Analyst_SQL 3,551 Reputation points
1 answer

SQL Server

1<sup>st</sup> Question : Currently customer is buying each SQL license with 10CALS, but In future they may require more CALs. Please advise if they can purchase more CALs later on which will be incorporated with these already purchased…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,801 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,244 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
asked 2023-11-13T09:44:24.97+00:00
Mudasir Bari 21 Reputation points
commented 2023-11-14T06:35:03.38+00:00
Mudasir Bari 21 Reputation points
1 answer

how to trim values of xml attribute?

Hi, I want to trim @cotd so is there any function which can do it. SELECT LTRIM(RTRIM(R.C.value('@Name','nvarchar(100)'))) FROM @xm.nodes('/test[ fn:lower-case(@cotd) !=""]') AS R(C)

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,801 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,453 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,244 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
asked 2023-11-10T10:13:01.1466667+00:00
Rajesh Kumar Yadav 1 Reputation point
commented 2023-11-14T02:17:34.99+00:00
PercyTang-MSFT 12,426 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to grant model permission to role

I use a tabular model. I need to grant model permission to one role. Can I use a TSQL statement to do it like Sql server Admin grants permissions? Thank.

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,244 questions
asked 2023-11-09T08:52:14.86+00:00
FH-4576 40 Reputation points
accepted 2023-11-13T06:53:48.2166667+00:00
FH-4576 40 Reputation points
1 answer

Can i use sql sever data tool in enterprise organization with more than 250 employee count SSIS, SSAS with visual studio community free license.

Hi, Help me with your expert advice can we use SQL server data tool in enterprise organization with more than 300 employee count along with SSIS and SSAS with visual studio community free license

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,384 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,453 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,244 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
329 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
966 questions
asked 2023-11-11T10:44:59.7233333+00:00
Amol R Pujari 0 Reputation points
edited an answer 2023-11-13T02:11:12.8333333+00:00
ZoeHui-MSFT 32,901 Reputation points
1 answer

Nested TOPCOUNT between 2 attributes within same dimension using GENERATE function not giving desired results

Hi, I am trying to achieve top 5 subcategories for each of the category in top 5 categories. I have used GENERATE and TOPCOUNT as shown in the below code for achieving the result. But it isn’t working as expected. Instead of returning top 5…

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,244 questions
asked 2023-11-06T12:10:10.5+00:00
V Anusha 0 Reputation points
commented 2023-11-09T06:53:00.27+00:00
PercyTang-MSFT 12,426 Reputation points Microsoft Vendor
1 answer

The workspace database server localhost is not found ( SSAS PROJECT)

Good evening everyone :) I Developed an SSAS project through visual studio. Every thing worked fine but today while trying to open the project but I had this error message: "Error in Visual Studio: You cannot open the IBM file. The workspace…

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,244 questions
asked 2023-11-07T17:04:11.56+00:00
khouloud Belhaj 91 Reputation points
commented 2023-11-08T08:42:52.1766667+00:00
khouloud Belhaj 91 Reputation points
1 answer One of the answers was accepted by the question author.

Create a measures table in SSAS Tabular and Deploy to Azure

With the Import mode in Power BI , I used to create a table for measures. Now I want to do the same with SSAS Tabular and then deploy it.

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
438 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,244 questions
asked 2023-11-07T23:13:17.51+00:00
Lolipooop 180 Reputation points
accepted 2023-11-07T23:42:38.0466667+00:00
Lolipooop 180 Reputation points
0 answers

Counting distinct data from FACT table returns correct numbers but SSAS cube does not

Hi, I have a problem with distinct count measures in SSAS cube. When I check my FACT table numbers - they are correct but distinct count measure (in combination with location data) in a cube shows different numbers. When I do not combine location data,…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
438 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 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,244 questions
asked 2023-10-27T08:01:12.6933333+00:00
Josip Horacek 0 Reputation points
commented 2023-11-03T01:32:39.81+00:00
BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
1 answer

Calculated Member for SUM of distinct values by dimension

I have a multidimensional cube in SSAS. My fact table looks like this with a reference to a dimension, a column for a value, and a column for the amount. DimMember | TheValue | Amount 1 | 10 | 100 1 | 10 | 300 1 …

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,244 questions
asked 2023-10-27T15:58:42.3466667+00:00
Lane Meadows 5 Reputation points
commented 2023-11-01T09:56:40.9266667+00:00
Alexei Stoyanovsky 3,416 Reputation points
1 answer One of the answers was accepted by the question author.

use Time Intelligence in tabular

Hello. I am using a tabular model. I want to use YTD, MTD, etc Time Intelligence . Is it possible to do this on my SQL Server Analysis Services? Thank you in advance.

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,244 questions
asked 2023-10-30T09:22:38.2+00:00
ff 20 Reputation points
accepted 2023-11-01T05:58:50.9733333+00:00
ff 20 Reputation points
1 answer

SQL audit file Rollover is not working

HI all. SQL audit file Rollover is not working I try. The SQL Service account has full permissions to the folder, and I Try disable/enable the audit session to see if it removes the file. and it works for some days. Please give me some advice.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,801 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
495 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,244 questions
asked 2023-10-17T04:53:52.17+00:00
Uddandam Prasanth (QUANTUM LEAP CONSULTING PRIVAT) 0 Reputation points Microsoft Vendor
answered 2023-10-30T02:44:42.73+00:00
Vahid Ghafarpour 17,950 Reputation points
1 answer

Calculated Member based on a dimension breaks if dimension in query

I have a multidimensional cube in SSAS. I'm created a calculated member to get the Contract Value by Contract Num by dividing by row count (not important really). It all works as long as Contract Num is not in the query. When I add Contract Num to 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,244 questions
asked 2023-10-25T20:46:11.0833333+00:00
Lane Meadows 5 Reputation points
commented 2023-10-27T10:34:48.53+00:00
Alexei Stoyanovsky 3,416 Reputation points
1 answer One of the answers was accepted by the question author.

A connection cannot be made to redirector

Hi! When I want to use SSAS, I get this error. A connection cannot be made to redirector. Ensure that ‘SQL Browser’ service is running. How to fix this?

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,244 questions
asked 2023-10-26T07:50:00.7933333+00:00
oJJ! 20 Reputation points
accepted 2023-10-27T06:31:09.5366667+00:00
oJJ! 20 Reputation points
1 answer

"An operation that uses the database driver could not be completed. If the driver is a Microsoft driver, make sure the driver file isn't damaged, and if it is, reinstall the driver by reinstalling Microsoft Query."

One of the users receive this error. is this issue at our end or at microsofts ?

Azure SQL Database
Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
438 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,467 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,244 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,641 questions
asked 2023-10-25T20:03:28.8633333+00:00
zubaid ahmed 0 Reputation points
commented 2023-10-26T08:47:18.04+00:00
ShaktiSingh-MSFT 13,426 Reputation points Microsoft Employee
2 answers

无法连接到 http://localhost/olap/msmdpump.dll。

The connection either timed out or was lost. (Microsoft.AnalysisServices.AdomdClient) 响应状态代码不指示成功: 405 (Method Not Allowed)。 (System.Net.Http)

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,244 questions
asked 2023-10-24T03:32:10.47+00:00
feng qiu 0 Reputation points
commented 2023-10-25T01:02:27.3666667+00:00
PercyTang-MSFT 12,426 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

get Partition list in Tabular

Hi! How can I get a list of Partitions in Analysis Service? I'm using Tabular. Could anyone help me?

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,244 questions
asked 2023-10-18T06:05:56.71+00:00
PPN 40 Reputation points
accepted 2023-10-19T02:02:44.3166667+00:00
PPN 40 Reputation points
2 answers One of the answers was accepted by the question author.

Importing data from Excel in SQL

I am trying to import data from Excel into SQL using ETITLE: SQL Server Import and Export Wizard and I got below error: File path contains invalid Excel file. Please provide file with .xls, .xlsx, .xlsm, or .xlsb extension. What can I do to successfully…

Azure SQL Database
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,467 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,560 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,244 questions
asked 2023-09-28T07:07:06.4+00:00
vincent Ewere 20 Reputation points
answered 2023-10-18T06:53:15.44+00:00
vincent Ewere 20 Reputation points
1 answer

Implementation of OLAP as a relational database

Hello . I am looking for a solution to the issue of OLAP cubes in the organization. Right now we have a task of taking one cube and replacing it with Tableau reports. In other words, this means taking an OLAP cube, flattening it into a relational…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 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,244 questions
asked 2023-10-12T09:30:41.39+00:00
amir krugliak 0 Reputation points
commented 2023-10-15T07:49:49.88+00:00
amir krugliak 0 Reputation points
1 answer One of the answers was accepted by the question author.

Last Date Closing balance is not carry forward against same date?

I have facing issue, when i am applying date filter,after same date opening balance is not carry forward , below is data Create table #Tbl_Customer (C_ID int,C_Name varchar(50),Opening_Date date,Opening_value decimal(10,2)) Create table #tbl_Ledger (ID…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,730 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,801 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,453 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,244 questions
asked 2023-10-13T06:47:28.4433333+00:00
Analyst_SQL 3,551 Reputation points
accepted 2023-10-14T07:35:01.87+00:00
Analyst_SQL 3,551 Reputation points