Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi @Anonymous
You could add a Custom Column and use this
"G" & Text.From([G_TYPE])
Because your G_TYPE column is storing numbers you need to convert them to text using Text.From before joining the G.
Regards
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Proud to be a Super User!
@Anonymous ,
You can add prefix somply whcih is a easiest way to do.
Follow the above stesp to make it.
Else you can add the below M query on advance editor.
= Table.TransformColumns(#"Changed Type", {{"Column1", each "G" & Text.From(_, "en-US"), type text}})
Regards,
Manikumar
Proud to be a Super User!
@Anonymous ,
You can add prefix somply whcih is a easiest way to do.
Follow the above stesp to make it.
Else you can add the below M query on advance editor.
= Table.TransformColumns(#"Changed Type", {{"Column1", each "G" & Text.From(_, "en-US"), type text}})
Regards,
Manikumar
Proud to be a Super User!
Hi @Anonymous
You could add a Custom Column and use this
"G" & Text.From([G_TYPE])
Because your G_TYPE column is storing numbers you need to convert them to text using Text.From before joining the G.
Regards
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Proud to be a Super User!
Hi @Anonymous ,
You can also use Column from examples and type the example for the first value.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |