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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
v-yangliu-msft
Community Support
Community Support

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
v-yangliu-msft
Community Support
Community Support

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.