Forum Discussion
bennyjmc
7 years agoNew Member
Filtering by individual values in a single cell
Hi I've found lots of references to comma seperated values but not quite what I'm after. I have a file with multiple fields, listing various details for different programs we run. The data comes f...
- 7 years ago
Hi bennyjmc
Split Column is probably the best option here as doing it with DAX would not be efficient.
You can avoid all the problems of Unpivoting, if you use Split into Rows option as on the screenshot below.Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Mariusz
Community Champion
7 years agoHi bennyjmc
Split Column is probably the best option here as doing it with DAX would not be efficient.
You can avoid all the problems of Unpivoting, if you use Split into Rows option as on the screenshot below.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
bennyjmc
7 years agoNew Member
Can't believe that's all I was missing.. Thanks heaps!