the attributes of Fact Table could not be displayed when drill through?


I have a question about cube drill through.

In BIDS (Business Intelligence Development Studio), I set drill through in the tab "Actions" And I add a new drill through action.

"Drillthrough columns" is setting the displayed columns when I use drill through.

I found that only attributes in the dimension could be displayed.

How do the columns in the Fact table could be displayed?


For Example:

There are three dimensions and attributes:

[Dim_Product]: P_Key, P_Name, P_Unit.

[Dim_Customer]: C_Key, C_Name, C_Address.

[Dim_Store]: S_Key, S_Name.

A Fact Table and its attributes:

[FactSales]:PK, P_Key, C_Key, S_Key,Amount, Description.

When I set drill through, the display columns could be any columns in the Dimensions (P_Key, P_Name, P_Unit, C_Key, C_Name, C_Address, S_Key, S_Name).

The attributes of Fact Table (PK, Amount, Description) could not be displayed.

So how could I let the attributes of [FactSales] (PK, Amount, Description) displayed when drill through?

thanks,

[1528 byte] By [ivanw] at [2007-12-22]
# 1

You should be able to select members of the MEASURES dimensions to show your measures as part of your drillthrough action.

Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.

EdwardMelomed at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...
# 2

thank Edward,

I know the Measrues could be as part of drillthrough action.

I think I would correct my example as following:


For Example:

There are three dimensions and attributes:

[Dim_Product]: P_Key, P_Name, P_Unit.

[Dim_Customer]: C_Key, C_Name, C_Address.

[Dim_Store]: S_Key, S_Name.

There is a Measuregroup:

[Measures]: Amount

A Fact Table and its attributes:

[FactSales]: PK, P_Key, C_Key, S_Key, Amount, Description.

When I set drill through, the display columns could be any columns in the Dimensions (P_Key, P_Name, P_Unit, C_Key, C_Name, C_Address, S_Key, S_Name) and Measures (Amount).

The attributes of Fact Table (PK, Description) could not be displayed.

So how could I let the attributes of [FactSales] (PK, Description) displayed when drill through?

My key point is that Description is a attribute of Fact Table, not a dimension or measure.

And how could I let the Description displayed when drill through ?

thanks,

ivanw at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...
# 3
In AS2005 it is 'only' possibly to drill-through to the lowest level of data that exists in the UDM (cube). Therefore, if you need to display the description, you must create a (fact) dimension on this field.
MichaelBarrettJensen at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...
# 4

thank Michael,

Yes. Finally, I create a dimension (fact table). Then, the column "Description" could be displayed when drill through.

But another problem is derived from creating a dimension (fact table).

There is 30 miliion records in the fact table. It means the amount of member "Description" maybe 30 million , too.

It costs much time during process because of lot of members(Description).

So, is there a better solution?

ivanw at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...
# 5

Hi Ivanw,

Sure you have got a huge dimension.
But you shouldn't create dimension, you can make text measure.

VladimirChtepa at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...
# 6

thank Vladimir,

The data type of Measure usually is numeric, right?

I have no idea What "text measure" is,

Please give me more information about "text measure" .

thank,

ivanw at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...
# 7
You can also create a non aggregated measure and then use that when drilling through.
Divesh at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Analysis Services...

SQL Server

Site Classified