Forum Discussion
Anonymous
7 years agoNot applicable
Grouping at Different Levels
Hi Guys, I have attahced the link to my PBIX file and my requiremet is to populae the subcategory total sales to calculat the percentage. 1. First i need to calculate Average at Item level(Average ...
parry2k
Super User
7 years agoAnonymous change your Total Sales measure as below
Total Sales = SUMX( VALUES( SalesInfo[ProductName]), CALCULATE(Average( SalesInfo[SalesAmount] ), WeekCal[YearNum]<=201914,WeekCal[YearNum]>=201913))