Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 :
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.
Solved! Go to Solution.
@Applicable88 , Try a measure like
CALCULATE(COUNTX(values(Mastercalendar[Date]),[Measure in Percent])/6, DATESINPERIOD(Mastercalendar[Date],LASTDATE(Mastercalendar[Date].[Date]),-6,MONTH))
@Applicable88 , Try a measure like
CALCULATE(COUNTX(values(Mastercalendar[Date]),[Measure in Percent])/6, DATESINPERIOD(Mastercalendar[Date],LASTDATE(Mastercalendar[Date].[Date]),-6,MONTH))
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?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |