Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 from 07:00 and end at 03:00 and reflected on the dashboard
Solved! Go to Solution.
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.
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.
@inawab ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.