Viewing 14 posts - 16 through 29 (of 29 total)
I'm going to rebuild my table and go to float data type.
Love rebuilding my MODELS, all 6 of them. :/
August 24, 2016 at 10:29 am
Since it's being held in-memory I'm wondering if the server is dropping off line and the databases are dropping. interesting......
August 22, 2016 at 2:19 pm
I've done some additional research, according to MS websites discrete data types work with all mining structures.
https://msdn.microsoft.com/en-us/library/cc645993%28v=SQL.110%29.aspx?f=255&MSPPError=-2147217396
This is simply not true for 2012 BI Edition.
Ended up...
August 19, 2016 at 8:38 am
Eric - To say I don't do those ever would be a lie, but it's not even 5% of my work effort day in and day out. I wouldn't...
August 3, 2016 at 2:59 pm
Thanks Martin I appreciate the heads up.
July 18, 2016 at 8:11 am
Ended up using calculate filtering on the false value. Worked fine, just took a while to get the syntax down.
July 13, 2016 at 12:54 pm
I'll just share what I ended up doing for my first model.
I wrote my SQL to pull in my Fact table and then joined my dimension table in the SSAS...
July 12, 2016 at 12:02 pm
I ended up creating another calculated columns in SSAS Tab and then did a distinct count, the other problem now is when I do my breakout for one to one...
July 12, 2016 at 11:56 am
Sounds good I'll do that. Makes sense.
July 7, 2016 at 1:08 pm
Here is what I did 😀
Not proud......
Added this to my fact table to create two concatenated columns to reference
,CASE WHEN LEN(CONVERT(VARCHAR, CONVERT(INT, CONVERT(CHAR(4),SUBMISSION_ID))) + CONVERT(VARCHAR, CONVERT(DATE,...
July 7, 2016 at 12:36 pm
Martin thanks for following up. The order of operations make sense, almost like an aggregate on the outside of a case statement, however I was still unable to get...
July 7, 2016 at 9:47 am
The answer is BOTH!
Love tabular, easy to set up models and use DAX for calculations etc.
Need the multidimensional mode for mining etc. If the Excel mining plug...
July 5, 2016 at 3:57 pm
I usually just go to the design mode and refresh the model.
July 5, 2016 at 3:54 pm
Thanks for the heads up. I think what we going to end up doing is just moving our multidimensional box to the BI version and using that to perform...
June 24, 2016 at 8:40 am
Viewing 14 posts - 16 through 29 (of 29 total)