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! Learn more

Reply
Marcegon
Helper II
Helper II

How to add text to a formula for an existing column

Hi, I am trying to add text to the following formula, but I am getting an error because I can't add "+" to text.  

 

if [Status] = "spend confirmed" then [Status]
else if DateTime.From([End Date]) <= Date.AddDays(DateTime.LocalNow(), -60) and not Text.Contains([Status], "confirmed") then [Status] + "should be spend confirmed" 

else [Status]

 

Any help would be appreciated.  Thank you!

 

 

1 ACCEPTED SOLUTION
gmsamborn
Super User
Super User

Hi @Marcegon 

 

Try using & instead of + .

 



Proud to be a Super User!

daxformatter.com makes life EASIER!

View solution in original post

2 REPLIES 2
gmsamborn
Super User
Super User

Hi @Marcegon 

 

Try using & instead of + .

 



Proud to be a Super User!

daxformatter.com makes life EASIER!

It worked.  Thank you so much!

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.