Hello,
I have about 15 years of data broken out into 4 categorys based on season FA, WI, SP, SU. I am attempting to label each label as Fall, Winter, Spring, Summer. The data looks like 2020/FA, 2019/FA, 2018/FA...etc for all seasons.
Currently I am doing an endless if by IF(Table = "2020/FA", "Fall", IF (Table = "2020/SP", Spring, IF....
This is turning into a very long and repetative processs and I was experimenting with wildcards (*,?) trying to be able to get,
IF(Table = "????/FA", "Fall", IF (Table = "????/SP", Spring, IF...., but neither * or ? was getting picked up as a wildcard.
Should the wildcard characters be outside of the "" or am I having my logic wrong any help is appricated, does not have to be an if statement.
@ccarbone Hi, you can try below CALCUALTE COLUMN;
Hello,
You can try the Containsstring function.
https://docs.microsoft.com/en-us/dax/containsstring-function-dax
Thanks,
Irfan
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
94 | |
82 | |
42 | |
32 | |
28 |
User | Count |
---|---|
130 | |
95 | |
84 | |
46 | |
40 |