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 want to count text which has comma delimiter. See below screenshot
my expected result should be
This is counting Answer column and comma delimiter separate one text from the other.
How can i achieve this?
Solved! Go to Solution.
Hi @Anonymous ,
Create a custom column from Power Query like below:-
List.Count(Text.Split([Answer], ","))
Output:-
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Anonymous ,
Create a custom column from Power Query like below:-
List.Count(Text.Split([Answer], ","))
Output:-
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
@Samarth_18 thanks for the solution.
However, I getting Error for those that has null value in Answer column.
How can i fix it?
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.