Hi to all, I'dont know if I will find a words to explane my problem, but I try.
I have a fact table called "FactStepTimes" that has several fields: "FilialID", "InstanceID", "Protocol", "StepID", "EnterDate", "ExitDate", ETA
Measure is ETA (decimal (18,2))
I have several dimensions called "Steps", "Filials", "TimesForEnter" (Time dimension), "TimesForExit" (Time dimension)
"Steps" dimension has serveral members such as "Step1", "Step4" and "Step6",
I would obtain member's list of "Filials" dimension with value > 0 and only for the following members "Steps"."Step1", "Steps"."Step4" and "Steps"."Step6".
How can I do this?
HELP!!!