Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey all, I have this chart:
I want to add 2 different 6 months' averages for the sell-out and shipped.
Both the seel out and shipped are 2 DAX.
Basically, I wrote the formula like this:
Hi, @Gabb
I think you can add a new measure, using an if statement to replace the average value under the "forecasted" section with a blank value.
Best Regards,
Community Support Team _ Eason
Do you have any ideas on how I could write it?
I tried different IF statement but I was trying to connect it with a column I have on my dimView CALENDAR "DISTANCE FROM CURRENT MONTH".
IF "dimView Call[Distancefromcurrentmonth] <=0,
Give me all the values
IF "dimView Clal[Distancefromcurrentmonth] > 0,
"Blank"
But I cannot link the mesure with that.
Hi, @Gabb
I'm not sure what you mean by "calculate average 6 months fixed in a chart".
Are you referring to calculating the rolling 6 months average of sell-out and shipped?
Please check if the solutions in the following threads could help.
Rolling 12 Months Average in DAX
How to calculate 3 months and 6 months average
Best Regards,
Community Support Team _ Eason