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.
Hi
I have following Data-set
DATA
Right Issue of Fully Convertible Debentures |
Right Issue of Fully Convertible Debentures |
Right Issue of Equity Shares |
Right Issue of Equity Shares |
Expected-Output
DATA | DATA1.1 |
Right Issue of Fully Convertible Debentures | Right Issue |
Right Issue of Fully Convertible Debentures | Right Issue |
Right Issue of Equity Shares | Right Issue |
Right Issue of Equity Shares | Right Issue |
Solved! Go to Solution.
Hi @RAHULBANDI ,
All values on your data column has the same start?
There are multiple ways to achieve your DATA1.1
you can do like
if Text.Contains(Text.Upper([DATA]), "RIGHT ISSUE")
then "Right Issue"
else
null
Hi,
If you want to split left most side Values
First Duplicate the Column then split the column two times by Left most Delimiter
Now you can merge the two splitted Colums.You can get it now
Hi @RAHULBANDI ,
All values on your data column has the same start?
There are multiple ways to achieve your DATA1.1
you can do like
if Text.Contains(Text.Upper([DATA]), "RIGHT ISSUE")
then "Right Issue"
else
null
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
19 | |
17 | |
10 | |
9 | |
8 |