Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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:
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
88 | |
87 | |
35 | |
35 |
User | Count |
---|---|
153 | |
99 | |
85 | |
63 | |
54 |