No data is shown on the scorecard / dashboard for a particular breakdown in Performance Analytics even though there is data / scores in the system.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms No data is shown on the scorecard / dashboard for a particular breakdown in Performance Analytics even though there is data / scores in the system. Go to Indicator scorecard > Breakdown tab > No elements are shown on selecting a breakdown from the dropdown.You can see data in the table or on previewing breakdown source. However, elements are not shown on the scorecard / dashboard.You can see a 404 not found error in browser console. If scores are shown for individual elements on selecting one at each time from the element dropdown, check localhost logs. You might see a Null Pointer Exception logs.2019-02-01 08:06:14 (702) Default-thread-9 7E8E9A66DB932B00E8A379531F961945 txid=e5fbfa2edbd3 SEVERE *** ERROR *** java.lang.NullPointerExceptionjava.lang.NullPointerException at com.snc.pa.Element.equals(Element.java:89) at java.util.ArrayList.indexOf(ArrayList.java:321) at java.util.ArrayList.contains(ArrayList.java:304) at java.util.ArrayList.batchRemove(ArrayList.java:724) at java.util.ArrayList.removeAll(ArrayList.java:694) at com.snc.pa.ElementsDAO.getElementsOrTooManyElements(ElementsDAO.java:249) at com.snc.pa.Scorecards.getElements(Scorecards.java:607) Release All Environment All Cause 1. Too many breakdown elements to be included in the data collection will result in a long URL issue, and doesn't show any elements for that particular breakdown on the scorecard. In this case, you cannot select an element from breakdown elements dropdown. 2. Element is empty (no name) Resolution 1. Look for the following PA property and update the value to a larger number than the number of elements shown on previewing the breakdown source.com.snc.pa.dc.max_breakdown_elements_limit2. Look for empty (no name) elements in the breakdown source table. Navigate to breakdown source and click on Preview.Sort by the name to see if there are any elements that are blank.Update the element to have a name or delete it from the list. Re-run the data collection job. Additional Information [Optional - remove this entire section if you do not need to list additional helpful resources]