Hi, I would like to now, how I can build query to show value which depends on the actual date.
I have two lines of measures and I need to prepare third line to show a value from the previous ones based on the actual date. Expresion is like:
iif([date].[hierarchy].currentmember>now(),[measures].[a], [measures].[b]
Thank you in advance for your tips.
T.