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 all - trying to fill with a new column using the following formula - shows no initial syntax errors but errors at run time:
if [Status] = "A" or "INTL" or "F"
and [Status Date] < 04/01/2021
then "Yes"
else
if [Status] = "T" and
[Status Date] >= 03/01/2021
then "Yes"
else "No"
Any help would be greatly appreciated...
With challenges like this, reduce the query to something simple that works, e.g. if [Status] = "INTL" then "y" else "n"
- then add something in which gets a bit closer to the final version. If it breaks, investigate that.
power query i believe
power query or dax?
User | Count |
---|---|
18 | |
18 | |
14 | |
13 | |
13 |
User | Count |
---|---|
17 | |
14 | |
11 | |
10 | |
8 |