Viewing 15 posts - 196 through 210 (of 596 total)
This is a slowly changing dimension scenario. Your implementation depends on whether or not you want to record history (broadly speaking a Type 2 SCD) or not (broadly speaking a...
November 5, 2015 at 7:20 am
This is probably caused by some sort of MDX failure/incompatibility/Excel read error.
The cell that is meant to be showing a value:
1. Is is a calculated measure?
2. Does it have a...
November 5, 2015 at 7:12 am
Koen Verbeeck (10/27/2015)
Also keep in mind that sometimes SSAS displays its most crucial error information in warnings, instead of actual errors.
Tru Dat ? 😀
October 27, 2015 at 5:05 am
Depending on how your instance is set up, you can find this information in a number of places. Have a look at the following article: http://blogs.msdn.com/b/as_emea/archive/2012/01/02/initial-data-collection-for-troubleshooting-analysis-services-issues.aspx
October 27, 2015 at 4:11 am
I think you're on the right lines 🙂
I don't think that you need a "FactPatient" table in your underlying data since it looks like it's entirely dimensional. Rather, when it...
October 15, 2015 at 4:15 am
srinivas.sqlbidev (10/14/2015)
There is one more column called SalesShipToCity that they need to have as member attribute.
So...
October 14, 2015 at 7:53 am
As I said, to include the line (or row) number you would have to pre-prepare your flat file before it hits the DFT.
October 14, 2015 at 5:14 am
To get the column name is a bit fiddly but possible (unless you have a time machine and are using SQL 2016 where it's been made simple finally[/url]. Also, who...
October 14, 2015 at 4:22 am
Firstly, you have already fixed this in one way:
If I make a composite ColumnKey for CustomerName as ( CustomerName + CusomerNumber) it works but Same CustomerName Scott appears Multiple times
at...
October 14, 2015 at 1:59 am
I'm not totally sure on this (I abandoned the SSAS data mining suite in favour or RStudio and Rattle due to it being quite underwhelming) but you could probably try...
October 9, 2015 at 6:24 am
I believe that Sets do not evaluate CURRENTMEMBER in the query context so it's a bit like trying to sum to everything in a dimension.
Just do the following:
MEMBER [Measures].[Sales...
October 9, 2015 at 6:17 am
I'm pretty sure you can do what you need using IF and/or SWITCH. Lot's of stuff out there for this:
https://msdn.microsoft.com/en-us/library/gg492166.aspx
https://msdn.microsoft.com/en-us/library/ee634824.aspx
http://www.powerpivotpro.com/2012/06/dax-making-the-case-for-switch/
http://sqlmag.com/sql-server-analysis-services/ssas-tabular-part-4-deep-dive-dax
October 1, 2015 at 2:51 am
OBJECT_TYPE in the DISCOVER_CALC_DEPENDENCY DMV shows what type of column (including calculated) it is.
September 29, 2015 at 10:29 am
You can use SSAS DMVs to get this information: https://msdn.microsoft.com/en-us/library/hh230820.aspx
September 29, 2015 at 5:36 am
Hi Mikel,
This has been covered before on these boards: http://www.sqlservercentral.com/Forums/Topic1065481-17-1.aspx
SSAS won't just "know" about SCD2, you have to tell it and ensure that your logic is in place.
September 29, 2015 at 5:33 am
Viewing 15 posts - 196 through 210 (of 596 total)