Forum Discussion
jonclay
Helper IV
4 years agoAdding a sequential number based on the date
Hi everyone I'm having a problem adding a sequential number column to my Power BI report and wondered if someone could please help? Our CRM system hold various donations, each of which have multi...
- 4 years ago
jonclay , a New column in Dax
Countx(filter( Table, [donation] =earlier([donation]) && [Date] <= earlier([Date]) ), [Date])
jonclay
Helper IV
4 years agoHi Amit
Thank you. Please see the image below (using the exact column names rather than date etc):
Many thanks
Jon
amitchandak
Super User
4 years ago- jonclay4 years ago
Helper IV
amitchandak Ah yes, of course! However, when I try to create a new Column in the Modeling tab and then enter the DAX, it doesn't seem to recogise the 'earlier' word.