Grouping measures with emojis/symbols

Hi, I have a simple user defined measures to replace some of the outcomes of our fields to make it look more easy on the eyes, and replace the text with some icons.

I had success with this measure where two different issue types I had would show those two icons, such as this:

CASE WHEN [Measures].[Issue type] = โ€œStoryโ€
THEN
โ€œ:green_apple:โ€
WHEN [Measures].[Issue type] = โ€œBugโ€
THEN
โ€œ:apple:โ€
END

But when I try to do the same thing with a different measure, I encounter an error.

image

Iโ€™m still new navigating eazybi but I was hoping this would simply work. What am I doing wrong? [Measures].[Issue priority] shows me the correct priority in the text format but I cannot use CASE on it.

Thanks for the help.

Well, looking at it again I realized I am missing the END. Welp :blush:

1 Like

Hi @gokayorsel

Happy to see you found the missing piece! :100:

You can also check out this thread that describes the use of Markdown formatting and font-awesome icons: Measure formatting (markdown and custom)

โ€‹Best regards,
โ€‹Nauris