Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
I have a table 'PlanYear' that I need to add a new column to. I need this column to return "Current" if the [PlanYear] column is equal to 2021. I also need this column to return "Prior" if the [PlanYear] column minus 1 is 2020 and return "Historical" if [PlanYear] is anythng else.
I tried to create the column as follows but it didn't work. I know I am close but was hoping to get some help.
Solved! Go to Solution.
@Anonymous change it to
if (year(today())-1=[planyear],"prior"
@Anonymousplease change the formatting of Plan Year column to Integer, it is currently formatted as text
While that fixed the #ERROR...my 2020 row is returning "Historical" instead of "Prior". How should I go about resolving that?
@Anonymous change it to
if (year(today())-1=[planyear],"prior"
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |