Forum Discussion
kirbynguyen
2 years agoHelper II
Generated Datetime table
I am creating a datetime table with a row for every 5 minutes. Here is my code: DateTime = GENERATESERIES ( DATEVALUE ( MIN ( Table[Date] ) ), DATEVALUE ( MAX ( Table[Date] ) ), TIME ( 0, 5, ...
HotChilli
2 years agoCommunity Champion
Please see this thread:
https://community.fabric.microsoft.com/t5/Desktop/Time-series/m-p/3421416#M1135931
I didn't investigate any further since the problem was solved but there will probably be a better way to generate times without having to do this