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
Why is my measure not pulling in right subtotals.
Please see the measure (unfortunaely I can't share the source data as its has critical company info)
Solved! Go to Solution.
Hello @Anonymous,
Can you please try this updated approach:
YTD Actual =
CALCULATE(
[Total Actual],
FILTER(
ALL('Sales Data file xlsx'[Calender Date]),
YEAR('Sales Data file xlsx'[Calender Date]) = 2025 &&
'Sales Data file xlsx'[Calender Date] >= EOMONTH(DATE(2025, MONTH(TODAY()), 1), -4) + 1 &&
'Sales Data file xlsx'[Calender Date] < EOMONTH(DATE(2025, MONTH(TODAY()), 1), -1) + 1
)
)
Hi @Anonymous,
Thanks for reaching MS Fabric community support.
As we haven’t heard back from you, we wanted to kindly follow up to check if the issue your facing is resolved? or you still need any help here.
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
@Anonymous,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @Anonymous, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
@Sahir_Maharaj , Thanks for your promt response
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hello @Anonymous,
Can you please try this updated approach:
YTD Actual =
CALCULATE(
[Total Actual],
FILTER(
ALL('Sales Data file xlsx'[Calender Date]),
YEAR('Sales Data file xlsx'[Calender Date]) = 2025 &&
'Sales Data file xlsx'[Calender Date] >= EOMONTH(DATE(2025, MONTH(TODAY()), 1), -4) + 1 &&
'Sales Data file xlsx'[Calender Date] < EOMONTH(DATE(2025, MONTH(TODAY()), 1), -1) + 1
)
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |