Forum Discussion
xhead
Helper II
8 years agoScatter 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?
xhead
Helper II
8 years agoOk, 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.
Greg_Deckler
Community Champion
8 years agoYou can probably get there using the disconnected table trick although in your particular case that might be somewhat complicated. The disconnected table trick allows you to use a measure in places where you can't usually use a measure. See this article: