Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
Oh, yeah. Way easier in Power Query. Just split column by delimiter, custom delimiter, " breaker "
Characters to Right = RIGHT('Table'[Column1], LEN('Table'[Column1]) - FIND("Breaker ", 'Table'[Column1], 1, 1) - 7)
You can use the FIND or SEARCH functions to find the "Breaker" keyword instead of using the char column (but both should still work fine).
Sorry, should have added what Char is
Might be better in Power Query? Split string after "breaker " then extract characters? I'm not totally clear what you want your output to be.
I hace a column that looks like this. I want just the stuff after "breaker " in a different column.
xyz breaker 12a b34
wxzd breaker 3 24cd skl
jfdkla breaker q u o 24
Output
12a b34
3 24cd skl
q u o 24
Oh, yeah. Way easier in Power Query. Just split column by delimiter, custom delimiter, " breaker "
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |