Forum Discussion
Anonymous
7 years agoNot applicable
DAX
I have a Production table, DimDate table. I needed to display weekly sum which I was able to do using SUMMARIZE function. Output of SUMMARIZE function is in 'TableS' with 2 columns WeekNo, SumP. Now...
Anonymous
7 years agoNot applicable
Similarly data will be for different weeks and sum needs to be done for every week but will be shown only on Saturday in SumP column which we can get by Day column after checking value equal to 7.
parry2k
7 years agoSuper User
Anonymous can you put it in a more readable format?
- Anonymous7 years agoNot applicable
Yeah updated picture of data.
- parry2k7 years agoSuper User
Anonymous just to confirm, is this what you are looking for? I Just did two weeks
- Anonymous7 years agoNot applicable
Yes correct. You got it what I am trying to do.