Hello!
I have a report which contains percentages like 90% 80%
I want to show this percentage in text
for example, greater than 90% = Excellent
greater than 80% = good
vice versa
I don’t know how to do that
Try creating a new calculated measure using the CASE statement:
https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members/mdx-function-reference/case-statement
Martins / eazyBI support