Hi guys,
Hope you can help me with this issue.
I'm Splitting a column by delimiter and it looks like this:
#"Split Column by Delimiter" = Table.SplitColumn(#"Duplicated Column1", "xxx", Splitter.SplitTextByDelimiter("-", QuoteStyle.Csv), {"xxx1", "xxx2"}),
As you can see, I use "-" to split the text.
But I need to make an exception on it.
If it recognizes "- SpecificWord" so don't split it.
Any idea how I can make it work?
Thank you!
Solved! Go to Solution.
Hi,
Try using the below DAX to create the calculated column.
Here Data[Name] is the field which is to be split.
Hi,
Try using the below DAX to create the calculated column.
Here Data[Name] is the field which is to be split.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
217 | |
53 | |
43 | |
43 | |
42 |
User | Count |
---|---|
268 | |
210 | |
75 | |
72 | |
64 |