Viewing 15 posts - 286 through 300 (of 893 total)
For large fact tables, the best approach is to create partitions which can then be processed individually. This is especially helpful in the cases where you have to process regularly.
Even...
August 20, 2016 at 10:23 am
Not sure I understand your question. Are you talking about processing an SSAS cube, or loading actual DW tables?
Fact and Dimension tables are very different in terms of design. Dimension...
August 20, 2016 at 10:04 am
I think it should be possible to achieve what you need...
You could use a case statement in the calculated measure, using the "currentmember" and "membervalue" functions to perform different calculations...
August 19, 2016 at 8:54 am
thomashohner (8/18/2016)
August 18, 2016 at 1:53 pm
Providing a direct answer is a little tough because of your obscure case, but I'll attempt to provide a few thoughts:
From your example, I wouldn't necessarily agree that the GameInningDim...
July 27, 2016 at 11:46 am
Doesn't look like anything is available yet. There's a new sample database ("World Wide Importers"), but no sign of SSAS Cubes or Report samples.
July 22, 2016 at 2:04 am
Assuming that your attribute notation was just a typo as it should look like this with Tenant at the far right:
TaskDimId -> Task Status -> Task Name -> Project N...
July 19, 2016 at 4:42 pm
imani_technology (7/15/2016)
CA Workload Automation
I'm unfortunately not familiar with these. Looking very briefly at the documentation though, it looks like you won't be able to do it without a library specifically...
July 15, 2016 at 3:52 pm
You could use something like GIT or Visual Source Safe for version and change control. Not necessarily easy (or free) but probably the best way.
If all you're trying to do...
July 15, 2016 at 3:15 pm
Definitely check the dimension usage and attribute relationships. Maybe your measure is counting rows from the wrong table?
July 14, 2016 at 1:16 pm
No worries. Instead of returning an empty string ('') in your case statement, consider returning a null...I believe that nulls are excluded from distinct counts and you would therefore not...
July 7, 2016 at 12:45 pm
patrick.w.wheeler (7/7/2016)
July 7, 2016 at 9:54 am
patrick.w.wheeler (7/6/2016)
Looking for a way to count distinct items that have to meet a LEN criteria.
Something like this
=IF(LEN([COLUMN1] > 4),...
July 6, 2016 at 4:48 pm
Try the "ALLEXCEPT" DAX function, which allows you to remove context filters except the ones you specifically want to include. Reference: https://technet.microsoft.com/en-us/library/ee634795(v=sql.105).aspx
July 5, 2016 at 1:10 pm
Viewing 15 posts - 286 through 300 (of 893 total)