Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
Column in a table has 7 or more digits
I would like to add the value 8 to the beginning of the 7 digit numbers only
What is th ebest way to do this please?
Solved! Go to Solution.
if Text.Length([text])>=7 then [text]&"a" else [text]
Here [text] is the column(Field) and "a" is the text What i want to add
In power Query Editor , under AddColumn Tab, use Custom Column option to achieve this
@Anonymous wrote:Hello,
Column in a table has 7 or more digits
I would like to add the value 8 to the beginning of the 7 digit numbers only
What is th ebest way to do this please?
Proud to be a Super User!
if Text.Length([text])>=7 then [text]&"a" else [text]
Here [text] is the column(Field) and "a" is the text What i want to add
In power Query Editor , under AddColumn Tab, use Custom Column option to achieve this
@Anonymous wrote:Hello,
Column in a table has 7 or more digits
I would like to add the value 8 to the beginning of the 7 digit numbers only
What is th ebest way to do this please?
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
66 | |
34 | |
26 | |
22 |
User | Count |
---|---|
97 | |
96 | |
58 | |
45 | |
42 |