Forum Discussion
Anonymous
7 years agoNot applicable
DAX Formula to separate comma separated values within a column cell.
I have a field "RPT_VERT_SKEY" that has comma separated values. The count of comma separated values is also not same for all the cells of field "RPT_VERT_SKEY".
How it is possible to extract the comma separated values from "RPT_VERT_SKEY" field.
RPT_VERT_SKEY: 1,2,3,4.... so on
3 Replies
- PattemManohar
Community Champion
Anonymous Did you tried the "Split Column" option available in "Power Query Editor". That will solve your problem.
- AnonymousNot applicable
Hi Manohar,
I'm not using Power Query Editor here. I'm trying to implement it in SSDT.
- PattemManohar
Community Champion
Anonymous Oh ok, that means you are trying to implement this in SSAS or SSIS using SQL Server Data Tools (SSDT) ?