Relative Content

Tag Archive for reporting-servicespowerbissrs-2012reportbuilder

Setting conditional colors per task age

pic of table row
I’m developing a report using ssrs and report builder. My query and table are built and working.
I have a dataset with a field called Task_Age_Days – that calculates the number of days that have gone by since a part was created. My query line for this function is, DATEDIFF(day,aa.CREATED_ON,getdate()) ‘Task Age (Days)’.