Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi @oc,
Sorry for the delay.
If it is convenient, could you share your data sample as table format in here and your desired output so that we could help further on it?
Hope you could paste your data here this time.
Best Regards,
Cherry
Hi @oc,
By my test, it seems that your formulas are calculated columns. I'm afraid that you'd better create measure to calculate the cumulative values.
Please try to create the measure with the formula below.
Measure =
CALCULATE (
SUM ( TEAMS_Forecast_LineItems[ForeCast_Value] ),
FILTER (
ALLEXCEPT ( TEAMS_Forecast_LineItems, TEAMS_Forecast_LineItems[ForeCast_Year] ),
TEAMS_Forecast_LineItems[MonthNumber]
<= MAX ( 'TEAMS_Forecast_LineItems'[MonthNumber] )
)
)
If you still need help, please share your data sample with table format so that I can copy and test with it, and your desired output about cumulative values so that I can get the solution quickly.
Best Regards,
Cherry
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 34 | |
| 33 | |
| 30 |