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

Data design - Union Fact

$
0
0

Hi

We are planning a rebuild of our existing multi-dimensional cubes and replacing them with tabular cubes.  At the moment I am going through the design and planning what we are going to do.

We have multiple products that we need to report on, each product has different dimensionality, and granularity.  We do also have some data that crosses products.

The current MD cubes are designed by product area, with specific databases and cubes for each product, holding the data relating to these products.  We also have some cross product cubes which aggregate data so we can report on overall performance by the common dimensions.

The idea for the new design is to have a single model, with all products in it.  The issue would be how we lay out the data in this model.

  1. Multiple facts per product area as per design, with an aggregated fact for the cross product reporting.  This has cons in having to load data multiple times.
  2. Single fact table.  This would be by shaping each fact table to have the same columns, and load everything into a single fact.  This fact would have an identifier of what the data is to allow for splitting and then creating measures off of this fact.  The data would be at different dimensionality, and granularity, but would work with summary data.
    One con is that each dataset would have a large number of columns with nulls in them for columns where they do not have data for that particular dimension.
    The partitioning is also going to be very complicated due to the need to load data at different times when it comes available.

Has anyone tried the single fact table design unioning multiple facts together with different dimensionality?

Thanks


A connection cannot be made; Ensure that the server is running - ASCMD from remote computer

$
0
0

Hi,

i have the error message "A connection cannot be made; Ensure that the server is running" when trying to process a cube on a remote server via ascmd.

The situation is as follows: 

On server A, i have ascmd which i call from UC4 (a scheduling tool). With this ascmd, i try to process a cube on Server B. Both servers are in the same domain.

It doesn`t work and gives me the error message from above. In the Profiler, i see that "ANONYMOUS LOGIN" is given as the UserName.

When calling the ascmd from UC4, it's running under a local user account called "uc4".

When i run the same ascmd command from a RemoteDesktop on Server A, being logged in with a domain account, everything works as expected.

I think the problem is that Server A is somehow not able to "push" the credentials to Server B (and because of that shows ANONYMOUS LOGON). I know that this should generally be working, cause i have three other "server pairs" that work happily, including one that has the same Server B on the receiving end and only another one calling the ascmd (in these, "uc4" shows up as the username when i run the ascmd).

I`ve already checked the SPN configs etc. in the working/not working environments, but everything seems to be identical. I wonder especially why there should be a general Kerberos issue when it´s working from the same server as soon as another account does it. And i haven´t explicitely configured something regarding Kerberos at all.

So currently my assumption is that somehting is wrong with the local "uc4" - account in server A, but i haven`t got any more ideas about where to look.

Do you have any suggestions?

Thank you!


SSAS 2016 : Drill through column order different betwen Excel 2013 & Excel 2016

$
0
0

Dear all,

I have a different behavior between 2 Excel versions connected to SSAS 2016 (Tabular) :

- Drill through from Excel 2013 : On the drill through XL sheet, columns are sorted according to the table model in the tabular designer

- Drill through from Excel 2016 : On the drill through XL sheet, columns are sorted according to alphabetical order

Our user prefer the XL 2013 behavior. Have you already faced this issue ? Do you know if there is a patch either on SSAS or XL side to fix this issue ?

Thanks!

SharePoint online list as Tabular 1400 model data source

$
0
0

Good Morning,

I developed a SSAS tabular data model that uses a few lists as sources along with information from a data warehouse. This worked great (a long as you can live with many credential pop-ups every time you publish) until I got to setting up the job to refresh the data.

When I right click on the source and "Refresh Credentials" and use an Office 365 service account (a workflow account that we know the password won't change for) it appears that it keeps the credentials for maybe 30 minutes? If I run the job right away the model refreshes. If I run it an hour later the model fails with a credential related error.

Is there any way to allow the credentials set for SharePoint lists to be valid for a SQL Server job? Or use powershell to set them periodically.

대구오피 ↖uuzoa2닷com↗ {유유닷컴} 오피가격 대구1인샵

대전오피 《uuzoa2.com》 ▷유유닷컴◁ 스웨디시 대전오피

전주오피 “uuzoa2.com” (유유닷컴) 풀사롱후기

광주오피 【uuzoa2.com 】 {유유닷컴} 룸빵 광주건마


천안오피 ▷uuzoa2.com ◁ ≫유유닷컴≪ 노콘옵션 천안건마

강남오피 《uuzoa2.com 》 〔유유닷컴〕 서비스 강남1인샵

수원오피 {www닷uuzoa2,com} →유유닷컴← 러시아오피

광명오피 ☞uuzoa2.com ☜ (유유닷컴) 슴가 광명립카페

동탄오피 【uuzoa2.com 】 「유유닷컴」 즐달 동탄건마

부천오피 ☞uuzoa2.com ☜ ▶유유닷컴◀ 풀사롱후기

*uuzoa2.com * 분당오피 【유유닷컴】 오피백마 분당1인샵


Visual Studio "not responding" when I update SSAS Tabular models: fixes?

$
0
0

Is anyone else having this issue?

I find when I add a calculated column or updated a calculated column's DAX and let the model calculate it will lock up for 3 to 5 to 10 minutes.

It used to be it would always churn for a bit but recently it has become far far worse.

The CPU will max out for Visual Studio 2015 and of course memory goes up a bit as the SSAS localhost churns a bit for my workspace database.

Using SSAS 2016 SP1.

sql

$
0
0
hello. i want to pass EXAM of 98-364 Database Administration Fundamentals, if you have any materials please help me 

SSAS DYNAMIC LEVEL SECURITY

$
0
0

Hi ALL,

I need some help or tutorial in implementing a dynamic Level security

Any tutorial doc is welcome

Thanks

PC


Query Multiple OLAPS with Calculated Measures then Join to other OLAP Queries based off Main query Resultset

$
0
0

Good day, I need help please.

A Business user has 5 cubes with 10 sheets filtered differently with a main sheet Joining these multiple sheets & cubes together using Lookups

I am not too clued up on returning the results in sql 

1. I want to query the 5 cubes and replicate the 10 sheets in SSIS and store in sql tables

2. How would I filter the result of cube1/sheet1 with cube2/sheet2, probably write to table then use sql - other options?

3. would sql be able to return calculated measures accurately as it would be at runtime of OLAP calculated measure

4. with excel as cube presentation, is there a way I can get the MDX used to create the sheets

Example: Sheet1 with specific dimension filters & data grain > insert into sql table. Sheet2 query cube & store results in sql, I will have a main table/query where Sheet2 table rows will be joined/filtered based off Sheet1 table results

I need to do this in sql, so I probably will setup LinkedServers.

Any ideas and examples please

Regards

 



Scope statement with comparing but doesn't display on Dim

$
0
0

I have a Scope statement that I'm trying to compare a measure value from 2 different dim members. 

Like

Scope(Descendants([Scenario].[Scenario Name].&[Curr Fcst vs Previous Fcst],,Self_and_after), [Measures].[Value]);      
This = 
     sum([Scenario].[Scenario Name].&[Jan Fcst], [Measures].[Value]) 
-
     sum([Scenario].[Scenario Name].&[Feb Fcst], [Measures].[Value])
     ;      
end scope; 

My issue is the Scenario Currt Fcst vs Previous Fcst doesn't display when I pivot on Scenario Name member and "Value - Game"



But if I browse the Scenario dim, I can see Curr Fcst vs Previous Fcst as a member of that dim. 

Any ideas?

I know this can be done as we have another cube that scope statement is doing a comparison on dim members and that scope member doesn't have rows tied to a fact table. 

Viewing all 14337 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>