Viewing 15 posts - 31 through 45 (of 887 total)
The workspace database, whether locally or on a server, is recreated every time the model is opened in your development environment (Visual Studio or Tabular Editor). Open your model.bim file...
July 26, 2023 at 3:20 pm
Sure, you're adding rows to the fact table but ultimately it will keep the fact table narrow and you're aggregating a single fact attribute.
July 3, 2023 at 10:04 am
In my opinion, create a dimension for Financial Agreements. The dimension would contain all descriptive attributes of the agreement. Create a separate dimension for Asset, which can either have the...
June 30, 2023 at 12:09 pm
Response duplicated for some reason...please see the other response.
June 30, 2023 at 12:08 pm
To answer your first question...yes it would not be impossible to do that, but it would be tricky because your data source(s) would need to be accessible by each on...
May 4, 2023 at 2:05 pm
Ed's questions are all spot on and you should look to try and answer all of them as part of your troubleshooting process.
My two cents: I'd start with a trace...
February 20, 2023 at 5:37 pm
Can you share the details of the two plans, and the query?
December 7, 2022 at 10:23 pm
Here's a few articles/blog posts that describe techniques you could use to make this happen:
https://bennyaustin.com/2014/02/20/dynamic-processing/
https://www.sqlservercentral.com/articles/dynamically-process-ssas-cube-from-ssis-package
December 5, 2022 at 3:35 pm
It will require a little bit of work, but yes...if you can identify the partition it belongs to, you should be able to dynamically build the refresh query in SSIS...
September 9, 2022 at 5:56 pm
Yes, assuming it is possible to add other dimension keys into the new fact table, it should always be your goal to have all the relevant (conformed) dimensions linked to...
July 26, 2022 at 11:35 am
True, I see you can only use table hints and not query hints. why are you trying to enforce the parallelism?
May 13, 2022 at 1:04 pm
What have you tried and what are you struggling with? Posting the details of your attempts and the output vs. what you're trying to get as output will help us...
May 12, 2022 at 1:53 pm
Your best option would probably be to create a view (with the table hint), and then use that in SSAS.
May 12, 2022 at 12:44 pm
No worries, and only if you really want to 🙂
April 28, 2022 at 2:46 pm
The pattern to do that is similar to inventory snapshots, where you'd like to return the last record of each product/item. More info on how to do it here:
April 28, 2022 at 11:14 am
Viewing 15 posts - 31 through 45 (of 887 total)