Hi,
This is PowerPivot newbie question so apologize for that. I have defined a measure that returns an integer. However, I'd like it to return a string according to a table below:
[TABLE="width: 500"]
<TBODY>[TR]
[TD]ratingCode[/TD]
[TD]ratingDescription[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]BEST [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]GOOD[/TD]
[/TR]
</TBODY>[/TABLE]
I have created this table in the PowerPivot model. So, currently my measure returns a value 2 (ratingCode) but I'd like it to return the ratingDescription "GOOD".
How should I do this?
br,
Jack
This is PowerPivot newbie question so apologize for that. I have defined a measure that returns an integer. However, I'd like it to return a string according to a table below:
[TABLE="width: 500"]
<TBODY>[TR]
[TD]ratingCode[/TD]
[TD]ratingDescription[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]BEST [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]GOOD[/TD]
[/TR]
</TBODY>[/TABLE]
I have created this table in the PowerPivot model. So, currently my measure returns a value 2 (ratingCode) but I'd like it to return the ratingDescription "GOOD".
How should I do this?
br,
Jack