Platform Analytics: Unable to apply multiple filters on par data visualizationsSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } In the platform analytics dashboard, some data visualizations function correctly with a single filter applied. However, when a second filter is added, it is ignored. No issues are seen when each filter is applied individually, which indicates that the filters are set up correctly. Steps to Reproduce Create a sample platform analytics and add a Column data visualization on one of the out-of-the-box indicators, say, "Number of Open Incidents" --> Group by breakdown "State" Now add two filters based on indicator breakdown to the dashboard: Incident.Category and Incident.Priority Apply the filters individually, both of them apply successfully Now try to apply both the filters Expected Behavior: Both filters apply Observed Behavior: The first one is applied and the second one is ignored. Cause Working as expected! Reason As per the documentation: Create a Single/Multiple select or cascading filter, for a widget based on indicator data source type: "Only two levels of breakdown can be applied to an indicator at the same time. On a dashboard, this could be two filters or one filter and a breakdown specified in the data visualization." Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } This was the behavior in performance analytics dashboard, which is designed to filter data based on only one breakdown source at a time.