I have a SSAS Cube with dimensions and measure/facts tables. I'm not able to add any string data type columns to measure group while creating cube. I get below error. "Errors in the metadata manager. The data type of the 'Loan Type' measure is not valid because the data type of the measure is a string type."
I did double check the data type for my column and it's varchar() on database and wchar in SSAS cube. I have changed the data type to Inherited and it still doesn't work. Not sure what to do.
Question: Can i add string/varchar data type to measure group in cube. I know measures are usually Int/double/date columns. Is there a possibility, Let me know also the error.
Thanks!!
informatica
? its MSBI right? and you could always convert varchar to int (stackoverflow.com/questions/15977911/…) – vhadalgi