Forum Discussion
arifshah
3 years agoHelper I
Implementing unary operator when migrating from multidimensional model to tabular model
Hi, I am migrating a multidimensioanl model to a tabular model. There is a dimension in the multidimensional model which has a unary operator impleemnted. I would like to implement this in tabular...
Greg_Deckler
3 years agoCommunity Champion
arifshah Which unary operator? Unary positive, unary negative?
- arifshah3 years agoHelper I
Basically its kind of dynamic. There is a column that has ~, + and - operators. In multidimensional cube, we can set this property in the attribute property where you can set the unary operator colulmn. However, I am not able to get this done easily in tabular model. Most likely, I have to use a dax expression to achieve this?