Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello
I have a connection in Power BI to a SSAS database, but when it imports the data I get the following error message;
Unable to cast object of type 'System.Int32' to type 'System.String'.
What does this mean?
The query is for about 85,000 records, is the query to big?
Regards
GrahamR99
Solved! Go to Solution.
Hi @GrahamR99,
Please execute the same MDX query in SSMS to check whether it can return correct records.
Regards,
Yuliana Gu
Hi @GrahamR99,
How did you get data from SSAS database? Did you execute customize DAX or DAX query when creating a data soure connection? If so, please check whether you used wrong query to convert int data to string.
Best regards,
Yuliana Gu
Hello Yuliana Gu
The query I used was MDX.
Regards
GrahamR99
Hi @GrahamR99,
Please execute the same MDX query in SSMS to check whether it can return correct records.
Regards,
Yuliana Gu
Hello
It was a problem with my MDX, I have found the correct query and it now runs in Power BI.
Regards
GrahamR99