Forum Discussion
xhead
8 years agoHelper II
Scatter chart alternative
I have two measures that I want to plot over time. Average Oil ("Avg Oil (bbl/d)") and Cumulative Oil ("Cumulative Oil (bbl)"). Here is sample of the data: Date Avg Oil (bbl/d) Cumulative Oi...
- 8 years ago
Like this?
Greg_Deckler
8 years agoCommunity Champion
Wait, why can't you use a standard Line Chart visualization?
- xhead8 years agoHelper II
Yeah, I wish I could upload the screen shots.
A Line chart gives me two lines, one for Avg and one for Cumulative, with 0-200 on the y-axis, and dates on the X-axis.
, I want the x-axis to show the Avg, and the y-axis to show the cumulative, one line to show the relationship of avg vs cumulative
- Greg_Deckler8 years agoCommunity Champion
Like this?
- xhead8 years agoHelper II
Ok, I can do that too, except that I can't use a (DAX) measure on the Axis or in the Value. I guess that's expected?
I'm used to creating measures on tabular columns and hiding them.