how to display max, min, median, and average from tableau

谁说胖子不能爱 提交于 2021-02-05 12:11:36

问题


on that picture, that is user_id and the right side are the frequency of transaction for each users,

how to display the minimum, max, median, and average for the frequency transaction of this users?

what calculation do i need to made for this kind of problems?

so the median max min and average will appear


回答1:


Check this article about Window Functions

For the min use WINDOW_MIN(COUNTD([Order Id]))

For the max use WINDOW_MAX, etc



来源:https://stackoverflow.com/questions/64816739/how-to-display-max-min-median-and-average-from-tableau

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!