Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Fiddel86
New Member

Dynamic Moving Average based on my selection in Slicer (Months)

Hi there,

 

can anyone help, to get my goal:

 

I am trying to build a dynamic moving average line inside my diagram based on the selection of months in a year or between years.

 

For example:

 

KPI

 

I select June 23 to May 24 in "Month Slicer" for showing up 1 year of specific raw data for kpi

 

Now i want to have a moving average line too, which calculates this timeline, but be dynamic if i change months from June 23-May24 to for example August 23 - September 24.

 

How can i solve this? 

1 REPLY 1
v-zhouwen-msft
Community Support
Community Support

Hi @Fiddel86 ,

Perhaps the following dax expression could be used.

DATESINPERIOD function (DAX) - DAX | Microsoft Learn

CALCULATE(
    AVERAGE('Table'[Amount]),
    DATESINPERIOD(
        'DateTable'[Date],
        LASTDATE('DateTable'[Date]),
        -1, 
        YEAR
    )
)

If I'm misunderstanding, please provide simple data and show the expected results as a picture.

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.