0
votes

When I create a ssas cube, I don't get any measure columns in fact table. The only measure is Fact table count value. I don't understand why. Then when I add a dimension fact table fields appear in the dimension. There is only a count field which is not a column in Fact table.

I have tried several times to create but the wizard doesn't give me the right columns to choose. What do I do, please?

Fact table columns are human_fatalities, number_of_service_hour_lost , other_cost,service_cost,Surrogate_keys to the different dimensions.

1
What are the datatypes of the measure columns? Are they exposed in the Data Source View?Tab Alleman
yes i have in datasource view but i think variables are in varchar it's why it's not gettinguser3909563
Variables are Displayed, Measure columns are in varchar(300). Do you think this is the problemuser3909563
That is correct, the wizard will only suggest numeric columns for measures.Tab Alleman
Thanx a lot for the helpuser3909563

1 Answers

2
votes

The wizard will only suggest numeric columns for measures. If you cannot change the table, perhaps you can create a view that casts the columns as a numeric data type. If that is not possible, you can create computed columns in your Data Source View that convert the measure columns to a numeric data type.