This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
Can anyone help me to show what syntax to be used I. Power query editor to get the count of skills
Solved! Go to Solution.
Use following formula in a custom column
= List.Count(Text.Split([skills],","))
Hi @AtchayaP ,
Do your cells contain duplicate or empty skills? If so, please try this formula to see if it returns the correct result.
= List.Count(List.RemoveItems( List.Distinct( Text.Split([skills],",")), {null,""," "} ))
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
When you run above list function, you want to change your data to a list first. Then it can return your number.
Use following formula in a custom column
= List.Count(Text.Split([skills],","))
Tried, but not getting exact count of skills
Hi @AtchayaP ,
Do your cells contain duplicate or empty skills? If so, please try this formula to see if it returns the correct result.
= List.Count(List.RemoveItems( List.Distinct( Text.Split([skills],",")), {null,""," "} ))
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please post your data. Refer to this - How to provide sample data in the Power BI Forum - https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Edit - I didn't realize that there is another thread running. You can continue in one thread only. Both threads are not needed.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.