I've got CardA using Dataset1 and CardB usind Dataset2. I'd like the drillpath for CardA to show CardB. When I try to accomplish this, I get an error about CardB having a different dataset than CardA.
CardA is a list of all employees and their total expenses YTD.
CardB is an individual employee and their YTD expenses broken down by [expense category]. Where employee name is a filter.
The difference between DataSet1 and Dataset2 is the [expense category]. I could add [expense category] to Dataset1, but I don't own that dataset, so I'm trying to figure another way around this issue.
Any suggestions?