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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 54 | |
| 43 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 107 | |
| 44 | |
| 32 | |
| 24 |