I have a created a very simple SSAS tabular model following Kimbal's Fact/Dimension philosophy (e.g. one fact table and 2 dimension tables (date. employee). When I use the DRILLTHROUGH statement (MDX) it returns the measure granular data (as expected), however there is no dimension key data (i.e. DateID, EmployeeID etc.) that are dimensions of the underlying fact table.
Given the DRILLTHROUGH statement says:
"Unless otherwise specified, the columns returned include all granularity attributes for all dimensions related to the measure group of the specified measure, other than many-to-many dimensions"
I was expecting the Dimension keys to be displayed.
Any thoughts?