“Cannot find name” when using the ORDERBY DAX function

huangapple go评论126阅读模式
英文:

"Cannot find name" when using the ORDERBY DAX function

问题

我使用了这里提供的示例,该示例出现在这篇文章中,该文章讲述了使用INDEX函数在我的仪表板中查找第二大的客户。这个度量工作正常,但是由于某种原因,当我引用[@Amt]列时,它变成了灰色,并显示错误消息"找不到名称"。我在这里做错了吗?

“Cannot find name” when using the ORDERBY DAX function

英文:

I used the example here given in this this article about the INDEX function to find the second top customer in my dashboard. The measure works fine, but for some reason when I reference the [@Amt] column it becomes grey and an error shows saying "Cannot find name". Am I doing something wrong here?

“Cannot find name” when using the ORDERBY DAX function

答案1

得分: 1

你可以安全地忽略下划线。INDEX()是一个新函数,有时需要几个版本才能赶上智能感知。请放心,引擎完全正确解释了您的代码。

英文:

You can safely ignore the underline. INDEX() is a new function and sometimes it takes a couple of releases for the intellisense to catch up. Rest assured that the engine is interpreting your code perfectly fine.

huangapple
  • 本文由 发表于 2023年3月15日 17:57:04
  • 转载请务必保留本文链接:https://go.coder-hub.com/75743094.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定