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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply

Column Subtotals Not Calculating Correctly

Hi!

 

I know this is a popular topic but I can't find the solution anywhere. I have two data tables that are directly unrelated (1 for sales and 1 for expenses). They connected indirectly, however. Both to the date table on their dates and to a Market Table by store number.

 

I want to only include sales if there is a value in the expense for each day and market.

 

My formula is as follows:

 

ROI Catering Sales = 

IF(
    SUM('New Table'[Daily Total Pay])<=0
    ,BLANK()
    ,SUM('Daily Reporting'[OM Catering Net Sales])
)

 

When I bring this to a matrix it seems to be summing correctly for the months, but the totals aren't summing correctly It is summing the total sales for the full year.

 

I've tried a series of SUMX combinations but haven't had any luck...I don't think I can do it without the values both being in thge same table?

 

Here is a picture of the visual.

 

Catering Matrix.png

 

Any help would be GREATLY appreciated!! : )

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

If the problem persists, please remove the sensitive data and share a sample pbix.

Greg_Deckler
Super User
Super User

@jordancole0517 I assume you have read these (below). I don't see why having two different tables would make a difference but would need sample data to test and see what is going on.

 

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



Follow on LinkedIn
@ 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!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.