Forum Discussion
Anonymous
6 years agoNot applicable
Continuous Formula
Hi, Is there a formula I can use that can be a continuous if then statement without having to write it all out? So far this is my formula for Jan 1,2014: if(Query1[date opened]="01/01/20...
- 6 years ago
hi Anonymous
The simple way is use RANKX Function to create a calculate column
Column=RANKX('Date',[Date],,ASC)and here is sample pbix file, please try it.
Regards,
Lin
Greg_Deckler
6 years agoCommunity Champion
And maybe this will help:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Sequential/m-p/380231#M116