cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
BrettM
Frequent Visitor

Average Weekly Sales

I need to include the Average value of the below 8 - week average of our $ by Reason Code.  Is there a way to include in the chart the value of the $ amount over the 8 week period?

 

BrettM_0-1695126643357.png

 

1 REPLY 1
MFelix
Super User
Super User

Hi @BrettM ,

 

For this you need to have a new table with the values of your Reason Code and a 8 Week average value then create a measure similar to:

 

Table:

Reason Code ID
AR 1
UR 2
SR 3
8 Week 4

 

Measure 

Value for chart = SWITCH ( SELECTEDVALUE(NewTable[Reason Code]),
                            "8 Week", [Measure for 8 week],
                            CALCULATE([Measure for other values], Table[ReasonCode] in Values (NewTable[Reason Code])

Now use the new table values as a legend on your chart.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors