Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
kunal_mehta1
Helper I
Helper I

DAX For Creating Column - Power BI

Hi All,
I am trying to create a calculated column in a calculated table, where i have the data as follows:
Project Number

O1234
O2345
O3456
I want to create a new column where i would have the same last 4 digits but starting with letter "C" in the same table.
For example,

Project Number     C Project Number

O1234                      C1234
O2345                      C2345
O3456                      C3456


Can someone please help me with this query.
Thanks.

1 REPLY 1
tackytechtom
Super User
Super User

Hi @kunal_mehta1 ,

 

How about this:

tackytechtom_0-1680583508108.png

 

 

And here the code in DAX for a calculated column:

CalcColumn = 
"C" & RIGHT ( 'Table'[Project Number], 4 )

 

Probably DAX is not the right tool for this task since it appears you are trying to cleanse the data. Consider doing such things in Power Query instead if that suits your approach. I can help you with that as well if you like.

 

Let me know 🙂

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.