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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Applicable88
Impactful Individual
Impactful Individual

Percentage Value as moving average development

Hello,

 

I have a division of two values which are summarized as a Measure. I use this measure in a barchart where I can see monthly  percentage value of it. 

What I now want to display is a 180 days moving average (6 Month) line within this barchart :

 

Moving Average =
Var Calc =
CALCULATE(COUNTX(KeyMeasures,[Measure in Percent])/6, DATESINPERIOD(Mastercalendar[Date].[Date],LASTDATE(Mastercalendar[Date].[Date]),-6,MONTH),ALLEXCEPT('KeyMeasures',KeyMeasures[Measure in Percent]))
RETURN
IF(MAX(Mastercalendar[Date].[Date])>TODAY(),BLANK(),Calc)
 
The dimension for the bar chart is a date format.

 

it worked out pretty well for another report. But now I get the error: "Canot find Measure in Percent among KeyMeasure or possible cannot be used"

I guess the problem is that its a scalar value, so I did a calculated calumn as well,  of  calculated column= valueA/valueB. 

Instead of the measure I put the column in. No error. But now I get no values at all. How to work with percentage ? Is there a easier way to write a 180 days moving average with the percentage value?

 

Thank you very much in advance. 

Best. 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Applicable88 , Try a measure like

CALCULATE(COUNTX(values(Mastercalendar[Date]),[Measure in Percent])/6, DATESINPERIOD(Mastercalendar[Date],LASTDATE(Mastercalendar[Date].[Date]),-6,MONTH))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Applicable88 , Try a measure like

CALCULATE(COUNTX(values(Mastercalendar[Date]),[Measure in Percent])/6, DATESINPERIOD(Mastercalendar[Date],LASTDATE(Mastercalendar[Date].[Date]),-6,MONTH))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hello @amitchandak,

thanks so much, but I can't display it. the barchart is always showing me no values, no graph for the moving average and I don't know why.

When I use a table to visualize this first I have a value MA Value in every month. Switching back to the chart there is only a bar chart with the absolute monthly value but no graph. I tried also other bar chat visuals with no success. What might be the problem here?

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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