Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Total column value wrong

Hi,

I just found that some of my column value total is not showing total instead I belive doing average even I am not usng average formula. I may need to fix Dax?

Total eleven columns but only four columns answer are correct.

Here is screen short of table and Dax formula. Green highlight box are correct answer and arrow in blue are wrong answer.

Dax formula

Stop # = COUNTAX(FILTER(Data,Data[Stop Type]="DL"),Data[Stop Type])-1
Loads = COUNTAX(FILTER(Data,Data[Stop Type]="PK"),(Data[Stop Type]))-1
Total Cube Per Load = IFERROR(Data[Pickec Cube]/Data[Loads],0)
Total Weight Per Load = DIVIDE([Picked Weight],[Loads])-0
Total Pallet Per Load = iferror([Pallet]/[Loads],0)
Total Pieces Per Load = IFERROR(Data[Picked Pieces]/Data[Loads],0)
Total Stops Per Load = IFERROR(Data[Stop #]/Data[Loads],0)
 
If any one know how to fix please advice me. It will appreciated.
Thanks
 

 

3 Replies