I have a number of columns that contains multiple values/elements. (see picture)
Which function or formula allows me to retrieve the number of elements/members?
Solved! Go to Solution.
Column = VAR originalLength = LEN([Text]) VAR replaceLength = LEN(SUBSTITUTE([Text],",","")) RETURN originalLength - replaceLength + 1
Proud to be a Super User!
Column = VAR originalLength = LEN([Text]) VAR replaceLength = LEN(SUBSTITUTE([Text],",","")) RETURN originalLength - replaceLength + 1
Proud to be a Super User!
Sorry for my late replace. Didn't know you could define vars in a column definition.
This is what makes Power BI so powerful 🙂
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
441 | |
197 | |
110 | |
56 | |
49 |
User | Count |
---|---|
479 | |
244 | |
135 | |
76 | |
74 |