Forum Discussion
Anonymous
4 years agoNot applicable
Need Help Running Index that Resets
Running Index that Resets based on criteria Hello i need help with this I have a Table with many variables, that have Values, this value are evaluated as Status 1 or 0 where 0 = Ok, and 1 is O...
Anonymous
4 years agoNot applicable
In the formula bar, type:
= Table.AddColumn(SourceOrTableName, "ANOMALY ANALYSIS", each if [VALUE STATUS] = [CRITERIA STATUS] then 1 else null, type number)
--Nate