Viewing 15 posts - 271 through 285 (of 893 total)
For your second question, it seems like the scenario is very similar to a temporal fact table. As the other gentlemen mentioned, it seems like most the components for the...
October 14, 2016 at 10:50 am
Yes, please provide screenshots of your tables and relationships.
October 13, 2016 at 9:23 am
pietlinden (9/26/2016)
September 26, 2016 at 1:44 pm
pietlinden (9/26/2016)
Oh, so from a user's perspective, it's effectively the same... thanks!
Yes and no...there are things you could do much easier with MDX than with DAX, especially when dealing with...
September 26, 2016 at 1:15 pm
PB_BI (9/26/2016)You can directly query Tabular cubes with both MDX and DAX (SQL 2012 SP1 CU4 and greater) but Multidimensional cubes will only accept MDX.
Small correction to the above. You...
September 26, 2016 at 10:36 am
gwfenton1974 (9/19/2016)
September 19, 2016 at 9:18 am
gwfenton1974 (9/16/2016)
I have a scenario where I have a different product ranges...
September 16, 2016 at 9:18 am
You will need to check your keys, relationships and dimension again. As the error states, it cannot find the dimension member with a surrogate key of "62" in the dimension.
Browse...
September 15, 2016 at 9:11 am
Interestingly enough, the behavior is due to the attribute relationships and not the hierarchy. Have a look at the following post...following a similar approach would give you the required behavior:...
September 15, 2016 at 9:04 am
It should, but if that person has administrative rights on their SSAS instance (which they should if they can restore)...they would be able to remove those roles or change them.
I...
September 12, 2016 at 5:16 pm
sammane (8/20/2016)
August 25, 2016 at 8:08 am
mcfarlandparkway (8/24/2016)
is it starts with evaluate or...
August 24, 2016 at 8:32 am
mcfarlandparkway (8/23/2016)
This is where I got stuck.How to process the tabular cube first? IS there any thing we have to do in SSMS?
August 23, 2016 at 1:30 pm
As the error suggests, you need to process the tabular cube first. The structure is deployed, but without processing the cube there will be no data.
August 23, 2016 at 12:12 pm
sspaeti (8/22/2016)
August 22, 2016 at 8:34 am
Viewing 15 posts - 271 through 285 (of 893 total)