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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
inawab
Frequent Visitor

Time pried for a shift

Hi Everyone,

 

I want to make a code to be reference for a Time pried in the day

the shift starts from 7:00:00 AM and end at 3:00:00 PM

 

inawab_0-1657024140414.png

 

What I want is to be able to say Shift A start from 07:00 and end at 03:00 and reflected on the dashboard

 

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @inawab 

Thanks for reaching out to us.

>>What I want is to be able to say Shift A start from 07:00 and end at 03:00 and reflected on the dashboard

please try this measure, 

Measure = "Shift"& MIN('Table'[Column1]) & " start from" &MIN('Table'[Column2])& " and end at "& MIN('Table'[Column3])

vxiaotang_0-1657274643697.png

 

Best Regards,

Community Support Team _Tang

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

View solution in original post

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @inawab 

Thanks for reaching out to us.

>>What I want is to be able to say Shift A start from 07:00 and end at 03:00 and reflected on the dashboard

please try this measure, 

Measure = "Shift"& MIN('Table'[Column1]) & " start from" &MIN('Table'[Column2])& " and end at "& MIN('Table'[Column3])

vxiaotang_0-1657274643697.png

 

Best Regards,

Community Support Team _Tang

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

amitchandak
Super User
Super User

@inawab ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors