Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!
Solved! Go to Solution.
Hi @Marcegon
Try using & instead of + .
Hi @Marcegon
Try using & instead of + .
It worked. Thank you so much!
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
44 | |
41 | |
39 | |
36 |