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?
xhead
8 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.
Greg_Deckler
8 years agoCommunity Champion
You 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: