Forum Discussion
Syndicate_Admin
4 years agoAdministrator
Cumulative forecast
Hello!! I want to create a table with measurements of a cumulative total of forecast per product, where I put the X would be the product. I would like a third column with the cumulative to...
- 4 years ago
Hi,
Please try below.
expected measure: = CALCULATE ( SUM ( TableName[Cajas] ), TableName[Mes] <= MAX ( TableName[Mes] ) )
Jihwan_Kim
4 years agoSuper User
Hi,
Please try below.
expected measure: =
CALCULATE ( SUM ( TableName[Cajas] ), TableName[Mes] <= MAX ( TableName[Mes] ) )