Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

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...