Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/oop/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powerbi IErrorInfo.GetDescription失败,E_失败(0x80004005_Powerbi - Fatal编程技术网

Powerbi IErrorInfo.GetDescription失败,E_失败(0x80004005

Powerbi IErrorInfo.GetDescription失败,E_失败(0x80004005,powerbi,Powerbi,我在尝试指定SQL查询时收到此错误消息。您对如何解决此错误有何想法?谢谢 SELECT DimProduct.ProductKey, DimProduct.ProductAlternateKey, DimProduct.WeightUnitMeasureCode, DimProduct.SizeUnitMeasureCode, DimProduct.EnglishProductName, DimProduct.ListPrice, DimProduct.Size, DimProdu

我在尝试指定SQL查询时收到此错误消息。您对如何解决此错误有何想法?谢谢

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;

检查您的数据集中是否存在语句中使用的所有列。此查询引用的某些对象不存在,或者您没有权限。检查您的数据集中是否存在语句中使用的所有列。此查询引用的某些对象不存在,或者您没有权限。