How to Add Symbol to Row Values in a Table

I have a Flat Table with Average Price and Share of Total Sales (as Row Headers) for various items . I need to show these values with symbols $ and % respectively. How can I add symbols to particular Rows?Image title

One option would be to create your table using the metric set "Transpose Result" option. This will require having your measures separated (if your original data structure doesn't include your measures in individual columns then you can use the data cube pivot transform to split them into separate columns). Once you transpose your metric set (as shown in the image below), your table will use each measure defined format.


.

.