Forum Discussion
Barre
5 years agoHelper I
Sum per Day
Hi, I have this table visual with OrderDate and a Amount measure. The OrderDate is of type Date, with Date Hierarchy off in the table. What I´m struggeling to achieve is to visualize the total ...
ryan_mayu
5 years agoSuper User
Barre
5 years agoHelper I
Thanks you for reply!
That is what I have done, and the data is shown as following.
OrderDate Amount
2019-01-01 100
2019-01-01 200
2019-01-01 300
2019-01-02 200
2019-01-02 300
But I want the data to look like this
OrderDate Amount
2019-01-01 600
2019-01-02 500