Model Mapping between OLAP Cube and InMemory
Hello everyone,
my aim is to map a slicer over two different models. One is a OLAP Cube and the other one a InMemory model.
In both models I use the exact same Slicer "Buchungskreis ID"


And also the Elements are the same.


When I try to map two simple test reports in a dashboard the slicer does not interacte with both.


Can someone help me out here? I also attached a PIE file of the Dashboard
Thank you in advance,
Jona
2 replies
-
Hi
You need to map the captions, not the unique names. You can tell it is using unique names from the breadcrumb on the first grid in your screenshot. It is using the ID "153" to filter, not the ID name. It is common in SSAS cubes to use the item key as the unique identifier and the name as the caption. In IMDB, they are usually the name.

Hope that helps!
Ian