Forum Discussion

HenokS's avatar
HenokS
New Member
4 years ago
Solved

Fixed Average in Power BI

Hi, 

 

I am trying to create a fixed average in power bi. The desired output is to have a straight line  on the visual regardless of the month on the x axis.

 

Formula I am using

FY Average = calculate(Averagex(Allselected(Table, MeasureTable'[fyamount],FILTER(Table,Table'[ColumnName] = "xxxxx"))

 

YYYYMMM     FY Average (Desired)        FY Average (current results)

2021001         75422                                15632

2021002         75422                                12645

2021003         75422                                 35154

2021004         75422                                 32645

5 Replies