Hello,
I need some help with a measure in easybi. What I’m trying to do is split a field string with a delimiter and then count how many occurrences I will have.
Example:
Field returned - “Ticket 1, Ticket 2, Ticket 3”
Outcome needed - 3
Basically, do the count of how many tickets are in 1 field.
Is this possible to do? Maybe with MDX?