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:
<TBODY>
</TBODY>
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:
ratingCode | ratingDescription |
1 | BEST |
2 | GOOD |
<TBODY>
</TBODY>
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