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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Community,
this is my current dataset in PowerBI
could you help me write a formula that takes the next row time to use as a end date?
it should look like this eventually:
thanks a lot in advance for all the help
Kind regards
Solved! Go to Solution.
Hi @alevandenes,
You can achieve this by adding an index colum thru power query first.
Table.AddIndexColumn(#"Changed Type", "Index", 1, 1, Int64.Type)
Then create a calculated column -
If you dont see the result as above, ensure you have the right data type selected.
Hi @alevandenes,
You can achieve this by adding an index colum thru power query first.
Table.AddIndexColumn(#"Changed Type", "Index", 1, 1, Int64.Type)
Then create a calculated column -
If you dont see the result as above, ensure you have the right data type selected.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 51 | |
| 45 |