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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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