admin管理员组文章数量:1345179
I have this table in Tableau which is made of many relationships from various tables.
The main idea is to associate with As of Table to calculate the rolling value.
Here I want to get the rolling 6 Months so I wrote this expression:
ZN(SUM(IF [Month Diff] < 6 THEN [Flight Count] END))
However, I found what I got was the sum of the duplicated rows.
I also calculated the single month, which is accurate:
ZN(SUM([Flight Count]))
I don't get why if there is no [MonthDiff], Tableau can accurately get single row but once this field is involved, all rows are counted.
Is there anyone could suggest a solution to sum only the unique row? Thanks!
PS. I still need to use [Port] as filter so I have to use the Key_YearMonth_Port.
本文标签: tableau desktopSum Unique Value in TableStack Overflow
版权声明:本文标题:tableau desktop - Sum Unique Value in Table - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743787167a2538891.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论