Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Column = VAR originalLength = LEN([Text]) VAR replaceLength = LEN(SUBSTITUTE([Text],",","")) RETURN originalLength - replaceLength + 1
Sorry for my late replace. Didn't know you could define vars in a column definition.
This is what makes Power BI so powerful 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.