Forum Discussion
Showing value per date time
- Anonymous2 years ago
Hi LevMalyi ,
Based on the information you provided, this is the default aggregation function for fields with date hierarchies. When the x-axis is year, the value field on the y-axis is aggregated by default based on year.
Below way to get the results you want:
cancel the date column hierarchy.Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
LevMalyi , Default aggregation on Date, datetime and Text column would be count, and you will not get sum option.
For numeric it will be sum.
You can create measure with choice of aggregation
M1= Sum(Table[Value])
- LevMalyi2 years agoNew Member
Hi amitchandak, thank you for your message.
My understanding, that I don't need a SUM. I want to have a graph with Value on the Y axis and DateTime on the X axis, but when I place those variables on that axis, I get everything except what I need.