The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
think I have a simple question, but I'm currently stuck. I uploaded an example file here: https://ufile.io/7iv97 I want the graph to show a cumulative sum, the thing is: It should calculate from the beginning of the data source until the date on the filter. The problem is: When my filter does not cover the data since the beginning, the cumulative sum is calculated since the starting date of the filter (I want the cumulative sum to ignore it) I guess this is simple but I couldnt solve it, so I made a simple example to make it easier to answer my question.
It shows 25 when the filter covers the entire period, but less when I move the filter beyond the starting date:
Hello Lin, thanks for answering.
I tried the Edit Interactions but it didn't work. I think I have to change the dax formula, because the problem is that the cumulative value changes with the starting date on the filter, but I have to make it calculate the cumulative sum independently from the starting date, only considering the ending date. The problem is that I didn't manage to formulate a DAX formula to represent that.