Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.