Forum Discussion
Ibrahim_shaik
2 years agoHelper V
How to Create a Calculated Hour Index Column
Hello Power BI Community, I have 5 minute interval timestamp in an hour I want to create a column that gives me Hour Index value as 11111111 for all the 5 minute timestamps in a hour and the 2 ho...
v-yanimei-msft
2 years agoCommunity Support
Hi all ,
HotChilli , your ideas are very great. I tested the specific steps.
Ibrahim_shaik , thank you for giving a specific description of the problem. Based on the ideas of @HotChilli, I will show you the specific steps.
1.The test table Table.
2.Right-click Table, select New column and input:
Hour Index Column = HOUR('Table'[time])+1
3.The outcome is in the following picture.
Best Regards,
Caroline Mei
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.