I have a lot of tabs in my Quicksight dashboard as i use it for daily operations. I have too much information. I have color coded table that require attention example, highlighted red for part that falls out of SLA. Does Quicksight is able to highlight all red highlighted part and consolidate into a summary page?
Hi @Rina and welcome to the QuickSight community!
Currently, there is not an out of box solution for this type of action.
While I’m not aware of how your data is broken up or how many visuals you are trying to pull information from for this summary page, but in terms of a work around, are you able to make a copy of your visual on to a new sheet and then add a filter that only shows what falls out of ‘SLA’?
If not, could you please elaborate a bit more of how something gets determined as falling out of SLA and how you’d envision a summary page looking so that we can look for additional work around options.
Hi @Rina,
Following up here as it’s been a while since we last heard from you; did you have any additional questions regarding your post?
If we do not hear back within the next 3 business days, I’ll close out this topic.
Thank you!
For now i have nothing, we can close this topic. Thank you
Hello @Rina
My solution for you would be to create a calculated field that checks the condition of being out of SLA, for example:
ifelse(COUNT_OF_DAYS > SLA, 1, 0)
This way, you can select the option 1 as a filter to always show only those who are above the SLA and apply this in a chart or even a summary tab as you intend to do. I think this might help you find a solution.