Forum Discussion
AnnaZ
9 years agoNew Member
Dynamically format a measure as $ or %
Hi there, Is there a way we can dynamically format how a measure X is displayed, either in $0.00 or %, depending on the values in another field? I have a separate field called 'Data Type' which I...
lizgemma
3 years agoFrequent Visitor
I struggled with this too! I created a measure that choose between two other measures - but essentionally the measure used to pick between the percentage value and the whole number result needed the format to be changed. So if it is less than 1 then it is a percentage and above 1 it is a whole number. This might not be the case for your data but you can just adjust the formula to suit you. Hope this helps. 🙂
*note I have selected Format of the measure not the Measure part. This is my Y-Axis value.
Update: