Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个数据集,其中包含以下信息 - 日期、项目编号和该项目在该日期的单价。我想创建的是每个项目一个直方图(我的数据集有 17 个唯一项目),绘制频率单价?这在 Alteryx 中可能吗?
您真正想要的是能够按数据集中的项目进行分组。我认为与您的特定用例最接近的是汇总工具。您可以按项目分组,然后使用百分位运算在数据范围内生成多个点以添加到直方图中。