October 10, 2019 at 5:49 am
Ahoi,
i have the following Situation:
My users tried to analyse the following, for august they wanted to which tickets where active:
The Problem is the following:
In the current Version they tried simply using the Time Dimension and filter in august.
I have a solution that works, but is not "pretty", I made a dummy measure and a 2nd Time Dimension:
My Question is there a better solution for this type of Problem?
EDIT: I guess i need a MDX Solution that does the following
[Measures].[Aufwand] -- Measure required for relevance Filter
[Ticket].[Status].&[Offen],[Ticket].[Status].&[Warte auf] -- Tickets with these states that need to be in no matter what
[Ticket].[Ticket ID] -- Attribute that needs to be filtered based on state + Measure
Need all [Ticket].[Ticket ID].Members
where Aufwand > 0 or is either [Ticket].[Status].&[Offen] or [Ticket].[Status].&[Warte auf]
I want to be the very best
Like no one ever was
October 11, 2019 at 6:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
October 15, 2019 at 12:34 pm
This is a tough post to follow, but I have one idea that may help. Have you investigated role-playing dimensions? This concept may be helpful and should eliminate the need to create multiple date/time dimensions. That helps with the user experience because the user does not need to filter dates from multiple dimensions.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply