DAX方程以识别表列中的重复项
我希望在表中的一列中识别重复值。 我添加了一个带有名称unique_ctr的列,并具有此公式。
unique_ctr = 乡村(过滤器('EnergyRoster',较早('EnergyRoster'[nameid]) - 'Energyroster'[nameid]) )
我遇到了错误,“不能将类型文本的值'jorgecordon'转换为类型号码。” JorgeCordon是我要分析重复项的列中的一个值
I am looking to identify duplicate values in one column in a table.
I added a Column with name Unique_Ctr and have this formula.
Unique_Ctr =
COUNTROWS(FILTER('EnergyRoster',EARLIER('EnergyRoster'[NameID])-'EnergyRoster'[NameID])
)
I get the error, "Cannot convert value 'JorgeCordon' of type Text to type Number."
JorgeCordon is a value in the Column that I am trying to analyze for duplicates
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论