Hi,
I wanted to create a new calculated measure using SSAS 2005.
First, I want to check if the value of column1 in dimension_table_a is = 5.
if True then calculated measure will return the value 1; if not then 0.
how shall i do this in MDX or in SSAS 2005?
Please help. Thanks!