Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Good afternoon!
I have three columns: Date, Running Total and Growth. I am wanting to create another column ("Date Doubled") that indicates when, on a later date, the Running Total doubled. See example data below. On 1/1 the Running Total was 621. On 1/4 the Running Total was 1,247. This is the earliest date when Running Total was equal to or more than the 1/1 value of 621. Thank you!
Date | Running Total | Growth | Date Doubled |
1/1/2020 | 621 | 1/4/2020 | |
1/2/2020 | 772 | 151 | 1/6/2020 |
1/3/2020 | 1026 | 254 | 1/7/2020 |
1/4/2020 | 1247 | 221 | 1/8/2020 |
1/5/2020 | 1525 | 278 | 1/10/2020 |
1/6/2020 | 2000 | 475 | 1/11/2020 |
1/7/2020 | 2366 | 366 | |
1/8/2020 | 2651 | 285 | |
1/9/2020 | 2808 | 157 | |
1/10/2020 | 3929 | 1121 | |
1/11/2020 | 4638 | 709 |
Solved! Go to Solution.
Hi @hyggins ,
Try this code :
Hi @hyggins ,
Try this code :
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.