I'm trying to sum the data points by Months instead of individual days. The data is originating from an SQL Query so I'm thinking this may be the only way to do that. However, I would much rather do this inside of Report Builder 3.0. Any hints on how to do this?

For example, I want to see the number of tickets for the Months of December and January as only two seperate data points.

有帮助吗?

解决方案

can you create a new field ( calculated perhaps) onthe dataset and group by that?

else you should be able to create an expression on the graph's group that groups by Month of a certain field.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top