Here is the scenario: I need to build a calculated member based on specific member (value) of the dimension. Let's say dimension product has members A,B and C. The calculated member should be:
If (Product = 'A', (measures.qty * measures.price),null)
Thanks