Forum Discussion
Anonymous
3 years agoNot applicable
Need help with DAX-Command
Hi Community, We have two different columns. One column for articles, one column for stocks. The column article contains multiple entries for every week. We need a DAX-formula with output of th...
Anonymous
3 years agoNot applicable
Hi Anonymous
You can refer to the following example
Creata a new column
Ausgabe = var _filter=MINX(FILTER('Table',[Atrikle]=EARLIER([Atrikle])&&[Bestand]<0),[Kalenderwhche])
return IF(_filter<>0,_filter,99)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.