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
Powerbi 此查询包含无法在DirectQuery中使用的转换_Powerbi_Powerquery - Fatal编程技术网

Powerbi 此查询包含无法在DirectQuery中使用的转换

Powerbi 此查询包含无法在DirectQuery中使用的转换,powerbi,powerquery,Powerbi,Powerquery,在Power Query editor中调用以下函数将返回以下错误: let Origem = (x, y) => x * y in Origem 调用函数: This query contains transformations that cannot be used in DirectQuery. 这是我在此数据模型中的唯一查询,因此我不知道为什么会出现此消息 有人能帮忙吗 谢谢 这是一个带有新的复合模型预览设置的Power BI错误 如果关闭它,重新启动Powe

在Power Query editor中调用以下函数将返回以下错误:

let
    Origem = (x, y) => x * y
in
    Origem
调用函数:

This query contains transformations that cannot be used in DirectQuery.

这是我在此数据模型中的唯一查询,因此我不知道为什么会出现此消息

有人能帮忙吗


谢谢

这是一个带有新的
复合模型预览设置的Power BI错误

如果关闭它,重新启动Power BI,然后将旧查询复制并粘贴到新查询中,然后删除旧查询,它应该可以正常刷新

参考: