Forum Discussion
User1245
1 year agoRegular Visitor
Filtered Accumulation in DAX
Hello, I'm trying to create a cumulative chart where the X-axis displays every week of the year, and the Y-axis shows cumulative results. For example, if I have 2 results in week 01/2023, I want ...
- 1 year ago
Hey guys! Here's my data model. All columns are text, except "Datas":
"Semana/Ano" means "Week/Year". "Datas" mean "Dates". Both reports are connected by "Dates". I used your tips and got two different results:
The "Year" slicer functions correctly on both charts.
However, the other slicers only work on the top chart, which displays non-cumulative data. In both charts, the bars represent actual results, while the line indicates the target.My database originally had each "Event" as separate columns with corresponding dates. I’ve unpivoted the data into Events and Datas.
lbendlin
Super User
1 year agoTo report on things that are not there you need to use disconnected tables and/or crossjoins
In your case you need a disconnected calendar table and measures.