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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply

Earliest Time in my data

Morning, 

 

I hope someone can help me.

richardburling_0-1667899350824.png

In the _m_overallstarttime column I want to repeat 07:09 time for each row.

 

07:09 represents the first issue of the day and I need that in every row where there is a reference number, so a variance calculation can be shown. I am only looking at a daily view so have a calendar date slicer in my report which cant be ignored as depending on which date you select the first issue will be at a different time, anywhere between 05:00 - 23:59.  

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @richardburling ,

 

Here are the steps you can follow:

1. Create measure.

Measure =
MINX(ALL('Table'),[_m_Start_Time])

2. Result:

vyangliumsft_0-1667956933453.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi  @richardburling ,

 

Here are the steps you can follow:

1. Create measure.

Measure =
MINX(ALL('Table'),[_m_Start_Time])

2. Result:

vyangliumsft_0-1667956933453.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.