I have a classic dashboard built to display KPI data with two line charts, both based off of the same module dimensioned by month, KPI metric, and Project. Most of the projects don't yet have KPI data entered, so the data is heavily filtered to check for non-zero budgeted values.
Both graphs have time on the x axis. One shows a single metric for all projects and the other shows one all metrics for a single project. The former displays just fine, but the latter gives an invalid selection for chart error with a page selector error displayed of the ! in the yellow triangle followed by "[Project]: No items". The intent is to have the project page selector where the error is present synced to the grid display above. Note that the chart in error with the project dimension page selector uses the same dimension as the series (row) dimension, which displays perfectly, as it does in the grid for syncing.
We are using ALM, and this function works just fine in the dev environment that syncs to the deployed model where the error manifests. The chart defaults to a project that has no data (so the No items error doesn't appear), but selecting a project in the grid for syncing leads to the expected chart displaying as expected. I wouldn't mind if the chart didn't appear correctly on initial load if clicking on a project resolved the error as happens in dev, but the syncing is unresponsive.
Is this a known limitation? Please advise.