Forum Discussion
inawab
4 years agoFrequent 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 What I want is to be able to say Shift A start ...
- 4 years ago
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])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.
v-xiaotang
4 years agoCommunity 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])
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.