I am working on a report where the requirement is to display percentage values upto two decimal places and non-percentage values should be rounded up to the nearest integer value.I've used certain formulas to conditionally display the measures like If (condition) then " n/a" else output_value.How can I format the output_value according to the requirement.Please advise.
Thanks !!!