Issue
Using the filters with URL parameters with the blended data source, some sheets on the dashboard show the incorrect data after changing the options for the filter card.In the example below, the dashboard is limited to East region using following URL parameter. The "primary" sheet and "secondary" sheet on dashboard are using the same data.
http://<servername>/#/views/<workbook>/sheet?Region=East
The "primary" sheet is using [Region] field from primary data source as a filter.
The "secondary" sheet is using [Region] field from secondary data source as a filter .
After changing from East to West in Region filter card, "primary" sheet is still correct, but "secondary" sheet becomes blank. "secondary" sheet is expected to display the same graph as "primary" sheet.