rolling attrition
2 TopicsRoll forward / duplicate values from current period into future
Hey there i currently struggle with a specific problem: I have two different tables in a bigger datamodel which are connected via 1:n relationshiop. One table contains inventory data per site for different materials. The other contains forecast values. So the inventory table only has values for past and current period. The other has past, current and future. Now iw ant to create a measure or calculated column which displays values from the inventory data up to the current period and rolls forward or duplicates the most recent values into future periods. I need this for other calculations with the future periods from forecasts and other tables. I attached a example file with a reduced version of the data model and also the screenshot below so you can understand the idea: https://file.io/JEHTBY4rtGNW It wont let me attach the .pbix file directly into this post - sorry. ForecastDeliveries is from Table "Forecasts" (includes future periods) and "Summe von Amount" is from the "Inventory" table (includes only past and current periods. The calculated column or measure should behave like "Summe von Amount" but including the forward duplication of the most recent values for each combination of Period, Site and Material (green). The combination of Period_SiteID_MaterialID is also the Key which connects both tables (eg. 202312_200_100). In my original datamodel i tried so many solutions but the values for future periods always stays blank. Hope somebody can help. Thanks in advance and kind regards.Solved726Views0likes2CommentsConvert Excel Formula to DAX - Rolling Attrition
Hi Everyone, I am struggling trying to Convert the following formula to DAX measure. I have no clue how to do it. Column R = Available FTE, but just I need the orange highlighted cell. Incremental = Actual FTE - Actual FTE Previous Week Any help please?738Views0likes2Comments