Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I want to show Cummulative data in my visual :
Could someone help me what I am doing wrong here?
Hi @newbie9292 ,
Please share the pbix file without sensitive data to help us clarify your scenario.
Best Regards,
Eyelyn Qin
The query is now working partially. But when I filter 2020 or 2021 individually it shows the cummulated data correctly but doesn't shows the correct cummulated data when both years are selected as shown below.
@newbie9292 , In this case the month should come from date table in visual , make sure that is true
Not sure on need of filter 2021
Date_dim should be marked as date
Kum_AE_Combined_2021 = CALCULATE (
SUM(AE_Weekly[AuftrEing]),
FILTER (
ALL(Date_dim[Date]), // or use allseleceted
Date_dim[Date] <= MAX (Date_dim[Date])
)
)
use datesytd for yearly
CALCULATE (
SUM(AE_Weekly[AuftrEing]),datesytd('Date_dim'[Date]))
The query is now working partially. When I select the slicer individually it correctly shows the cummulated data. But when I select both years in the slicer it doesn't shows the 2020 cummulated data correctly.
Hello!
Thanks for your reply. It's not working. Still showing me the same values.
This is my desired output
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |