Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi there,
Please take a look at the attachment and see what's wrong with my calculations?
Basically I've try to crrate a Cross Join table between Goals Amt per Department and Monthly Calendar with Running Totals
Thanks,
Oded Dror
Solved! Go to Solution.
Hi @Anonymous ,
Please refer to the measure:
RT =
SUMX (
FILTER (
ALLEXCEPT ( 'CJ Table', 'CJ Table'[Dept] ),
'CJ Table'[EOM] <= MAX ( 'CJ Table'[EOM] )
),
[Monthly Contract]
)
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
| Dept / Month | Monthly Goal | Running total (expected) |
| 12 - Jan | 10000000 | 10000000 |
| 12 - Feb | 10000000 | 20000000 |
| 12 - Mar | 10000000 | 30000000 |
| Month | |
| Jan | 01/31/2020 |
| FEB | 02/29/2020 |
| Dept | Yearly Goal |
| 12 | 120000000 |
| 14 | 80000000 |
Hi @Anonymous ,
Please refer to the measure:
RT =
SUMX (
FILTER (
ALLEXCEPT ( 'CJ Table', 'CJ Table'[Dept] ),
'CJ Table'[EOM] <= MAX ( 'CJ Table'[EOM] )
),
[Monthly Contract]
)
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Dedmon,
Thank you so much It works.
Oded Dror
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 70 | |
| 50 | |
| 40 | |
| 39 |