Forum Discussion

nicoenz's avatar
nicoenz
Icon for Helper III rankHelper III
2 years ago
Solved

Running total values and value for future periods

Hi everyone, i have a table that contains Volume data for December and January. As of January 7, there's no more data   The running total measure that i use: Running total =   var Turro = CALCUL...
  • nicoenz's avatar
    nicoenz
    2 years ago

    I couldn't make it work because future dates were not included so the measures didn't know what to do. I solved it by adding a manual table with future dates, appending this new table with my FactTable, adjusting the measures and voila!!!

    i guess it's not the best and tidiest way of doing it but it works so far