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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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