Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

Monthly average

Good afternoon community. I have reviewed several posts related to the issue of calculating the Monthly Average, I have implemented several of the formulas they have given, but it does not give me th...
  • Ashish_Mathur's avatar
    4 years ago

    Ensure you have a Calendar table.  Create a slicer from the Year column of the Calendar Table and select 2022.  To your visual, drag Month name from the Calendar Table.  Write this measure

    =divide([Total venta mensual],countrows(Calendar))

    Hope this helps.