Forum Discussion
Anonymous
5 years agoNot applicable
Insert specific values if fields are empty
Hi Community, I have the following data table. It is filtered by article number = 1000. I selected the "Show elements without data" option, so I have every CalenderWeek displayed. As you can...
amitchandak
5 years agoSuper User
Anonymous , A measure like this
if(max(Table[article]) =1000 , 600, [Stock])