Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |