Forum Discussion
Grand total
I don't see a RETURN function in there. If you use VAR, you must use RETURN.
Now im using this formula:
Average:=VAR _sellout = SUMMARIZE(ALLSELECTED(tabella);[SoldToName];[Week];"average";AVERAGE([Sellout]))
RETURN
AVERAGEX(_sellout;[average])
but the result is the same as before :
SoldToName W14 W15 W16 W17 W18 W19 W20 w21 w22 w23
| x | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| y | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| z | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
i dont have a column that give to me the sum for the week, maybe beacause i put week on columns in the field of pivot table?
- Greg_Deckler8 years agoCommunity Champion
I'm not sure where else to go from here but I have attached the PBIX file. Seems to work for me with the parameters you have given. Hopefully you can figure it out from there.
- Giant918 years agoFrequent Visitor
it seems works on Power BI, maybe the problem is that i use power pivot on excel and than i create a pivto table?
- Greg_Deckler8 years agoCommunity Champion
Perhaps although I would expect that if your pivot table was configured like the matrix visualization in Power BI then it should work the same. I don't do Excel though.