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
djkoenig
Helper II
Helper II

Adding Multiple Measures to a Line Chart

Hello Experts, 

 

A link to my PBIX can be found here: https://drive.google.com/file/d/1FNhQMLP4grdYp99-_Z8IJz1l6H_KGNTR/view?usp=sharing

 

I think I have a simple ask. I'd essentially like to take two graphs and combine them, adding multiple measures to a line chart. 

 

The first chart is just the grams per liter of a compound. The second is the 5, 10, and 15 instance moving average. I.e. it looks back 5, 10, and 15 completed samples and aggreagates the value. I have another graph that utilizes date, but I'd prefer to look back based on instance/sample if possible. 

 

So, really, I'd like to show my Moving Averages overlayed with individual samples. How do I so graphically?  Feel like this is an easy question and I am missing something obvious! Help appreciated! 

Also, bonus points if you can tell me whether it's possible to auto-highlight the latest dated result from Chart One or code the latest result to always be a specific color (although this is much less important). Thank you all!   

 

djkoenig_0-1703893663305.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You cannot use line charts for data that does not have a temporal dependency.  Not sure if that applies in your case.

 

Now you are trying to mix the date and window size dimensions, basically attempting to show four dimensions in a two dimensional canvas. You would need some sort of a 3D visual to accomplish that.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

You cannot use line charts for data that does not have a temporal dependency.  Not sure if that applies in your case.

 

Now you are trying to mix the date and window size dimensions, basically attempting to show four dimensions in a two dimensional canvas. You would need some sort of a 3D visual to accomplish that.

Thanks @lbendlin. The data is keyed off time, so it wasnt an issue of temporal dependency (or lackthereof). However, your "trying to slap a multi-dimensional object in a 2D box" was right on the money. Improper chart type and maybe the need for some holiday R&R played their roles a little too well. 

Appreciate it once again! 

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