Forum Discussion
How to parse a field in DAX
- Anonymous8 years ago
Hey JimB-GA
You can do this very easily using the Column from examples functionality in the Query Editor, no DAX required. Simply click Edit Queries, select your table, navigate to the Add Column tab, and on the top left you will see Column From Examples. Then start typing the value you would expect in that column for that row.
If you want a walkthrough on how to do it, check out this video:
https://www.youtube.com/watch?v=kJ37glO4wBY
Hope this helps,
Parker
Hey JimB-GA
You can do this very easily using the Column from examples functionality in the Query Editor, no DAX required. Simply click Edit Queries, select your table, navigate to the Add Column tab, and on the top left you will see Column From Examples. Then start typing the value you would expect in that column for that row.
If you want a walkthrough on how to do it, check out this video:
https://www.youtube.com/watch?v=kJ37glO4wBY
Hope this helps,
Parker
- JimB-GA8 years ago
Helper III
Works perfectly. Thanks Parker!