Forum Discussion

mehlenbae2's avatar
mehlenbae2
Helper II
2 years ago
Solved

Filling Missing Forecast Numbers in Matrix Analysis

My boss has tasked me with filling in missing forecast numbers in my matrix. Currently, we only have "Actuals" data from January 2024 to July 2024, leaving gaps that need to be filled with forecasted...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi mehlenbae2 ,
    As you can see blank value is a calculated column and not a metric, we want a specific value when populating the value and not a value that filters with the context, sorry for the confusion as I didn't make it clear that blank value is a calculated column.

    blank value = AVERAGEX(FILTER('sample_data_for_forecast','sample_data_for_forecast'[Month]<8),'sample_data_for_forecast'[SignedValue])

    Additionally you can use Signed value to make judgements, giving different colours to indicate that this is the predicted value.

     

     

     

    If you have any other queries you can look at my uploaded pbix file, I hope it helps you with your queries!

     

     

     

    Hope it helps!

    Best regards,
    Community Support Team_ Tom Shen

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.