Forum Discussion
Anonymous
6 years agoNot applicable
Measure into column
Hello, I'm trying to convert a measure called "Exclude" into a column so that I can use it in a filter. The measure works as expected. Any suggestions on how to accomplish this?
amitchandak
6 years agoSuper User
If this is at line level it should work without sum.
It seems like a calculated measure (sales through). based on the level you want calculate
filter = if(sumx(filter(TIDs[col1]=earlier(TIDs[col1])),TID[Sell Through]),,1,0)
you can add more conditions