IErrorInfo.GetDescription failed with E_FAIL(0x80004005

1

I am getting this error message when trying to specify SQL query. Any idea's on how to resolve this error? Thank you

SELECT DimProduct.ProductKey, 
DimProduct.ProductAlternateKey, 
DimProduct.WeightUnitMeasureCode, 
DimProduct.SizeUnitMeasureCode, 
DimProduct.EnglishProductName, 
DimProduct.ListPrice, 
DimProduct.Size, 
DimProduct.SizeRange, 
DimProduct.Weight, 
DimProduct.Color, 
DimProductCategory.EnglishProductCategoryName, 
DimProductSubcategory.EnglishProductSubcategoryName
FROM (DimProduct INNER JOIN DimProductSubcategory 
ON DimProduct.ProductSubcategoryKey = DimProductSubcategory.ProductSubcategoryKey) 
INNER JOIN DimProductCategory 
ON DimProductSubcategory.ProductCategoryKey = DimProductCategory.ProductCategoryKey;
powerbi
asked on Stack Overflow Dec 9, 2019 by user12502253

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0