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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I would like to have the Cumulative responded to what metric I add to the graph via the filters "Project".
So that i.e. if I add 1 metric the cumulative responses to make the cumulative of only that metric. If I add another metric (so then I have 2 metric add by the filter Project) then the cumulative should reponse to have both metric cumulative etc
@PrinceII , If you have a date table and column from the same date table is used on axis, a measure like should work for each line (one measure and line is because of legend)
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected('Date'),'Date'[date] <=max('Date'[date])))
@amitchandak I tried that but then it keeps using sum of all the projects in the filter. insteed of adjusting to the project I selected in the filter
Hi @PrinceII ,
I don’t understand the scenario you describe very well. Could you give me a concrete example? Please don't contain any sensitive information.
Reference:
How to Get Your Question Answered Quickly - Microsoft Power BI Community
How to provide sample data in the Power BI Forum - Microsoft Power BI Community
Best Regards,
Icey