Forum Discussion
space83
Helper IV
5 years agoadd running no column via direct query
Below is example of my report. How can I create new virtual column and display running no of the record? it will auto count. Please dont tell me using 'add column > index' since it wi...
wdx223_Daniel
Community Champion
5 years agospace83 dose it work to change ALL to ALLSELECTED?
space83
Helper IV
5 years agoHi wdx223_Daniel ,
After I look in deep, my data is not correct. For duplicate Order No and Status Date it will show once. Thus create a running no will not solve the problem.
I just use the syntax below and I got result i want which is total of order for 1 interval date.
Total Order No = COUNT(OrderIntake[Order No])
- wdx223_Daniel5 years ago
Community Champion
space83 DAX can not know which one is first if all the columns is identical.