Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

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.

Amjad_0-1600351327378.png

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 3
Greg_Deckler
Super User
Super User

@Anonymous This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Hi @ Greg_Deckler,

I checked that link but still unable to get it done.

 

Thanks though

 

Hi @Anonymous ,

 

You should use HASONEVALUE function to distinguish between the calculation of each date and the calculation of total. But without your sample data and expected output, I really can't help you well.

 

Would you please inform us more detailed information( your sample data and expected output (by OneDrive for Business)) if possible?

 

Best Regards,

Dedmon Dai

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.