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! Learn more
Hi all!
I have a report with a year and month slicer and a simple bar visual that shows me the running total per Month.
Now I have the issue if I select 2 years, then I get an error.
MTD =
CALCULATE (
[Sales],
FILTER (
ALL ( 'Calendar' ),'Calendar'[Date]
<= MAX ( 'Calendar'[Date] )
&& 'Calendar'[Month Number]
= MAX ( 'Calendar'[Month Number] )
)
)
How can I still get a running total for each moth based on the selected year(s) and months?
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |