Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Any help would be GREATLY appreciated!! : )
If the problem persists, please remove the sensitive data and share a sample pbix.
@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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
154 | |
112 | |
60 | |
54 | |
35 |