Forum Discussion

simoncotterill's avatar
simoncotterill
Regular Visitor
3 years ago
Solved

How do I show average weekly on my graph?

Hi, I'm new to BI so forgive me if this request is basic. I track the availabilty of 5 different equipment types daily and show these currently on a graph. The issue is the graph looks very messy (s...
  • Arul's avatar
    3 years ago

    simoncotterill ,

    Create week column from date column and use it in X-axis the use the formula like this,

    Week average = 
    CALCULATE(AVERAGE(your column)/7,ALLSELECTED('Calendar'[Week_Year])

    Thanks,