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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Aggregation issue

I have an issue with the following table I created in Power BI.
Why is the sum of Outer Square only calculated per Variant Code and not among all entries?

 

2018-11-23_15-01-24.jpg

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Ok, this simple measure did work:

 

AQMtotal = 'Production Order'[Quantity]*RELATED('Production BOM Header'[Outer Square])

 

View solution in original post

5 REPLIES 5
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

If only the total sum is incorrect, other values in the [Outer Square] column is right, you could write a measure for a temparay solution.

Measure = IF(HASONEVALUE('value'[entry no]),MAX([outer square]),SUMX(ALL('value'),[outer square]))

6.png

To find why cause this problem, please provide detailed information, so i can reproduce your problem.

which table do the columns [entry no], [variant code], [outer square] from?

which are the key columns(create relationship based on) among three tables?

 

Best Regards

maggie

 

 

Anonymous
Not applicable

I didn't get it with a measure - but I can provide my pbix:

https://1drv.ms/u/s!Ai9Gkt_8r-5VlA4MEhngEGiiacPu

 

The issue is about the table on the bottom right side. 
I added the quantity, so I don't have to many entries per variant code. 

 

Anonymous
Not applicable

Ok, this simple measure did work:

 

AQMtotal = 'Production Order'[Quantity]*RELATED('Production BOM Header'[Outer Square])

 

Greg_Deckler
Super User
Super User

That depends on whether Outer Square is a column or a measure. If it is a measure, 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!:
Mastering Power BI 2nd Edition

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

I didn't work with measures yet. In this case it's just two tables connected through a third table:

2018-11-26_10-23-43.jpg

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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