Forum Discussion
HI
Hi,
I have created the following datetime table
then in matrix visual i put invoiceDT into Rows and Quantity measure into values from sales table and
Time column from above-created DateTime table
I got this result, same quantity repeating in each hour and so total is same
but the result should be like this. Quantity is changes per per same Hour over hour and so total is also changes
it's not actually filtering Hour over an hour.
please help me to resolve the issue.
thanks
my invoiceDT column got 12:00:00 hr with the date.
even I have separate column with TIME with data type also TIme and has time value in it. and i made relationship with it but no luck. so what i should to to resolve
thx
please some one help me out. where the issue i am having to resolved this. or can do remote to my my machine and see the issue.
3 Replies
- amitchandakSuper User
abc_777 , invoiceDT should also be at the hour level
invoiceDTHout = datevalue([invoiceDT]) + time(hour([invoiceDT]), 0,0)
- abc_777Solution Specialist
my invoiceDT column got 12:00:00 hr with the date.
even I have separate column with TIME with data type also TIme and has time value in it. and i made relationship with it but no luck. so what i should to to resolve
thx
- abc_777Solution Specialist
please some one help me out. where the issue i am having to resolved this. or can do remote to my my machine and see the issue.