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
Hello, i have the following Measure
Solved! Go to Solution.
Hi @JayproviBI
Please try
last month =
CALCULATE (
SUM ( 'Table 1'[Revenue] ),
'Table 1'[ReportDate] = EOMONTH ( MAX ( 'Table 1'[ReportDate] ), -1 )
)
Hi @JayproviBI
Please try
last month =
CALCULATE (
SUM ( 'Table 1'[Revenue] ),
'Table 1'[ReportDate] = EOMONTH ( MAX ( 'Table 1'[ReportDate] ), -1 )
)
Your the man! Thanks, Highly appreciated. It works!
Hi @JayproviBI ,
I think the second meaure could work please try to create the EOM meaure and then use it in your measure.
EOM = eomonth('Table 1'[ReportDate],-1)
Regards,
Nikhil Chenna
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Thank you for your reaction. Unfortunately i cant create this measure because i cant use directly eomonth and connect to the table. When i use the filter function like '
and use it on my primary measure i get an error message
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 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |