Viewing 15 posts - 121 through 135 (of 893 total)
"Show All Tables" in a multi-dimensional SSAS project will show all the tables that were included in the Data Source View. It doesn't mean that those tables are used in...
August 7, 2019 at 3:28 pm
From the error message it looks like you do not have the underlying .NET library installed. Google "Renci.SshNet" and you will find more details about that library.
Also wondering why you...
August 7, 2019 at 2:41 pm
It really depends. Are we talking about a multi-dimensional or tabular cube, and what are the contents of the other tables?
August 7, 2019 at 2:37 pm
Thanks, I've dealt with Temporal tables a bit 🙂
It is unfortunate that the MDX language doesn't support ranged queries (outside of the members in the Date dimension) very well. If...
July 17, 2019 at 12:38 pm
Interesting use of a Temporal fact table 🙂
MDX doesn't do well with aggregates over ranges or where there is no data point (tuple), which is the case you have here....
July 16, 2019 at 12:14 pm
What does your fact table look like?
July 16, 2019 at 11:39 am
I'd also take issue with the oversimplification that "SSIS only deals with the Microsoft stack"...
Completely agreed. This line of thinking is really archaic and stems from many years ago...
July 11, 2019 at 2:24 pm
The notion that opensource software (or any ETL software for that matter) does not require developers to support and maintain is marketing BS. I'd argue that while opensource software is...
July 10, 2019 at 3:43 pm
The end result is a tabular cube and both essentially use the same underlying engine, but there are a few slight nuances and I know the product team is working...
July 10, 2019 at 2:49 pm
From what I can see, it looks like there's no "where" clause in your update, so naturally all records will be updated.
June 22, 2019 at 4:11 pm
That is correct. You can also use DAX to create calculated columns and tables.
June 21, 2019 at 1:08 pm
It's difficult to give accurate advice without knowing the data or your requirements, but it seems odd to have a many-to-many relationship between your two facts.
Do you need to use ...
June 6, 2019 at 1:07 pm
Yes and yes. In the case of direct query, I'm not sure if DAX Studio will show the actual SQL executed against the source database, but a Profiler Trace definitely...
June 5, 2019 at 7:44 pm
You may be missing the purpose of a role-playing dimension. In the case of a Date dimension, you only need to consider creating multiple versions of the dimension if you...
June 5, 2019 at 7:39 pm
Will it work? Yes, although I'd recommend the use of a surrogate key in the relationship between your dimension and fact.
Not knowing your exact requirements, I do want to question...
May 30, 2019 at 10:22 pm
Viewing 15 posts - 121 through 135 (of 893 total)