business-intelligence

Unable to deploy metadata. reason : The syntax of 'Filter_Table' is incorrect

纵然是瞬间 提交于 2020-06-16 17:25:51
问题 I created the following calculated column. IsRenewal := VAR Filter_Table = SUMMARIZE ( FILTER ( SUMMARIZE ( SUMMARIZE ( FACT_ACCOUNT; FACT_ACCOUNT[ID_LOAN_INFORMATION]; FACT_ACCOUNT[ID_COSTUMER] ); FACT_ACCOUNT[ID_COSTUMER]; "abc"; COUNTROWS ( SUMMARIZE ( FACT_ACCOUNT; FACT_ACCOUNT[ID_LOAN_INFORMATION]; FACT_ACCOUNT[ID_COSTUMER] ) ) ); [abc] > 1 ); FACT_ACCOUNT[ID_COSTUMER] ) VAR Latest = FILTER ( Filter_Table; FACT_ACCOUNT[ID_COSTUMER] = EARLIER ( FACT_ACCOUNT[ID_COSTUMER] ) ) RETURN IF (

Are there conflicts between SQL Server 2005 and SQL Server 2008?

一曲冷凌霜 提交于 2020-03-18 06:17:51
问题 I am told that SQL Server 2005 installation with BI tools and SQL Server 2008 with BI tools can't work together on the same computer. Apparently "some" things stop working. This was told to me by one of my team members. Since I'm new to SQL BI, I cant discount what he has said altogether and I dont want to install them both on my dev box and find out later that there is problem. Has anyone here installed them both, used both sufficiently well and found it to be working fine? Thanks. 回答1: I'm

Are there conflicts between SQL Server 2005 and SQL Server 2008?

删除回忆录丶 提交于 2020-03-18 06:17:03
问题 I am told that SQL Server 2005 installation with BI tools and SQL Server 2008 with BI tools can't work together on the same computer. Apparently "some" things stop working. This was told to me by one of my team members. Since I'm new to SQL BI, I cant discount what he has said altogether and I dont want to install them both on my dev box and find out later that there is problem. Has anyone here installed them both, used both sufficiently well and found it to be working fine? Thanks. 回答1: I'm

googlemaps distance_matrix Creating a Matrix of Results

…衆ロ難τιáo~ 提交于 2020-02-15 06:48:06
问题 So I am trying to do a project for work where I create a matrix where the x-axis is a list of stores and the y axis is another list of stores and the values are the distances returned see the link below for an example of what im looking for Example Output This is the code I am running with dummy addresses for lst_stores1 and lst_stores2 INPUT: import googlemaps lst_store1 = ['777 Brockton Avenue, Abington MA 2351', '30 Memorial Drive, Avon MA', '250 Hartford Avenue, Bellingham MA', '700 Oak

SSIS Data Flow: Join the auxiliar flow to the main flow

ⅰ亾dé卋堺 提交于 2020-01-25 09:52:46
问题 The 'conditional split task' is like a If/Else behavior of programming language. But I don't want only these split behavior. I want to unite a recent opened flow( little scope ) to the main flow; Using programming language as a example, what I want is this: //this is the main flow task1; task2; task3; If( condition ) { //Now I have the auxiliar flow possibility taskAuxiliar1; taskAuxiliar2; taskAuxiliar3; taskAuxiliar4; } //Now a single main flow again** ( I want do this ) task4; task5; What

Browse cube - Change User: The following system error occurred: The user name or password is incorrect

五迷三道 提交于 2020-01-17 06:36:31
问题 I'm trying to browse SSAS cube using different user and I get "the user name or password is incorrect". I gave the user Admin rights on the cube, admin rights on the SSAS server and these were not helped. the only users who can browse the cube are domain admins. By the way, browsing the cube directly without changing the user works well. What is the problem? what should I change? 回答1: You are logged into a laptop or server as DOMAIN\user1 then you try to switch to DOMAIN\user2. Make sure

Is a fact table in normalized or de-normalized form?

99封情书 提交于 2020-01-11 04:55:14
问题 I did a bit R&D on the fact tables, whether they are normalized or de-normalized. I came across some findings which make me confused. According to Kimball: Dimensional models combine normalized and denormalized table structures. The dimension tables of descriptive information are highly denormalized with detailed and hierarchical roll-up attributes in the same table. Meanwhile, the fact tables with performance metrics are typically normalized. While we advise against a fully normalized with

How to customize information in reporting manager

梦想的初衷 提交于 2020-01-06 14:12:35
问题 Goal: Display customized information based on end user's position. If you have 2 user: *The first user is an administrator and has authorized to view all sales in every city in USA. *The second user works as a salesman in Chicago and that person has acces only to read all sales happening in Chicago. This ability should be working when end user use reporting manager. Problem: How are you enable to make a filtration to display right information in reporting manager? Later on, a new salesman

How to customize information in reporting manager

隐身守侯 提交于 2020-01-06 14:12:24
问题 Goal: Display customized information based on end user's position. If you have 2 user: *The first user is an administrator and has authorized to view all sales in every city in USA. *The second user works as a salesman in Chicago and that person has acces only to read all sales happening in Chicago. This ability should be working when end user use reporting manager. Problem: How are you enable to make a filtration to display right information in reporting manager? Later on, a new salesman

Calculating MAX(DATE) for Value Groups Where Values Go Back and Forth

有些话、适合烂在心里 提交于 2020-01-06 13:54:22
问题 I have another challenge that I am trying to resolve but unable to get the solution yet. Here is the scenario. Pardon the formatting if it messes up at the time of posting. ACCT_NUM CERT_ID Code Date Desired Output A 1 10 1/1/2007 1/1/2008 A 1 10 1/1/2008 1/1/2008 A 1 20 1/1/2009 1/1/2010 A 1 20 1/1/2010 1/1/2010 A 1 10 1/1/2011 1/1/2012 A 1 10 1/1/2012 1/1/2012 A 2 20 1/1/2007 1/1/2008 A 2 20 1/1/2008 1/1/2008 A 2 10 1/1/2009 1/1/2010 A 2 10 1/1/2010 1/1/2010 A 2 30 1/1/2011 1/1/2011 A 2 10