Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Rolling average in Power Query

Hi Experts! I have a table (after few steps to the original table) with below columns (sample): Currency YearMonth Sales USD 201912 1.1234 CZK 201912 25.408 GBP 201912 0.8508 ...
  • ppm1's avatar
    3 years ago

    This type of calculation is much easier with DAX (and a Date column vs. date integer). Have you already tried that?

     

    Pat