How do I get this to effectively sum these values instead of dividing the overall change by 24?
Thanks in advance
Solved! Go to Solution.
Hi,
Try this measure
Measure 1 = if(hasonevalue('DIM vDate'[Month name]),[DTD Daily sales],SUMX(VALUES('DIM vDate'[Month name]),[DTD Daily sales]))
Ensure that Year and Month name are dragged from the Calendar Table.
Hope this helps.
Hi,
Try this measure
Measure 1 = if(hasonevalue('DIM vDate'[Month name]),[DTD Daily sales],SUMX(VALUES('DIM vDate'[Month name]),[DTD Daily sales]))
Ensure that Year and Month name are dragged from the Calendar Table.
Hope this helps.
@domacisaac , Change return like
return
Sumx(Summarize( 'DIM vDate','DIM vDate'[Year],'DIM vDate'[Month], "_1",dodchange), [_1])
Hi there, I am getting an error as the year and month that is being displayed is coming from the same table as the sales.
I changed the return statement to:
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
105 | |
77 | |
72 | |
48 | |
47 |
User | Count |
---|---|
158 | |
86 | |
80 | |
68 | |
66 |