Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
warnera
Helper I
Helper I

Creating Run chart with monthly cost data at multiple locations

All, I am noobie trying to develop a "run chart" with cost data. Here is a screenshot of my data table below. 

 

I have 4 seperate locations (BMH, BBC, BLH, BSH) that have monthly cost data that is reported by therapeutic class. My goal is to develop a run chart that can aggregate this data into a monthly total of all four locations with all the classes combined. So the goal would be a trend line with monthly data points and a second trend line with the cost "goal" as a flat line that trends by month up to the total. 

 

Example: Say the cost of all sites per month is $100,000 in Jan $120,000 in Feb ect....and then have a trend line that averages 110,000 of cost each month which trends to a yearly goal of $1,320,000 ($110,000 x 12).

 

Can anyone help? Or point me to a reference? I am trying to learn

 

image.png

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@warnera ,

 

You may try measure uising DAX below:

Average =
CALCULATE ( SUM ( Table[Cost] ), ALLEXCEPT ( Table, Table[Year] ) ) / 12

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@warnera ,

 

You may try measure uising DAX below:

Average =
CALCULATE ( SUM ( Table[Cost] ), ALLEXCEPT ( Table, Table[Year] ) ) / 12

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors