SSRS – How to convert in Day/Hour/Minute format in SSRS report

Scenario – In my SSRS report I have calculate Age field of Tickets like in 1 Day 2 Hours 20 min format and we are getting values in minute . Solution – I have created filed called Age(Minutes) in my SP or query IN SQL – datediff(minute,date_created, getdate()) as ‘Age (Minute)’ IN SSRS write expression =  (… Read More SSRS – How to convert in Day/Hour/Minute format in SSRS report