Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Ibrahim_shaik
Helper IV
Helper IV

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 hour it should give 22222222222.... it should start not start from 1 for the next date it should increment sequentially as the data keeps adding up.

 

HourIndex Column.png

 Please give a solution.

2 REPLIES 2
v-yanimei-msft
Community Support
Community 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.

vyanimeimsft_0-1711516618317.png

2.Right-click Table, select New column and input:

 

Hour Index Column = HOUR('Table'[time])+1

 

 

vyanimeimsft_1-1711516656473.png

3.The outcome is in the following picture.

vyanimeimsft_2-1711516671386.png

 

 

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.

HotChilli
Super User
Super User

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Kudoed Authors