Forum Discussion
0xygen27
Advocate II
9 years agoAll Except function
Hello Guys, I was trying to use the AllExcept function, but it doesn't work. I am trying to filter out the years in a column with quarters and years. I used the following code: Dataset w...
- 9 years ago
Hi 0xygen27,
You can use the following formula to get year.Year=LEFT(Table[Periodin])
Then use the new calculated field in ALLEXCEPT.
Best Regards,
Angelia
0xygen27
Advocate II
9 years agoI only want the quarters(20XXKW01-20XXKW04) XX = everthing from 2008 till 2016. The document has like 10.000 rows, not really looking forward to exclude all.
v-huizhn-msft
Microsoft Employee
9 years agoHi 0xygen27,
You can use the following formula to get year.
Year=LEFT(Table[Periodin])
Then use the new calculated field in ALLEXCEPT.
Best Regards,
Angelia