Forum Discussion
smanderson
5 years agoFrequent Visitor
Removing filter context from calendar hierarchy
Here's an example of the issue with some dummy data: I am adding annual projections to a number that is a sum from a different table. I have historical data that is aggregated monthly. I'v...
- 5 years ago
smanderson ALLEXCEPT('Calendar'[Year]) ?
Greg_Deckler
Community Champion
5 years agosmanderson ALLEXCEPT('Calendar'[Year]) ?
- smanderson5 years agoFrequent Visitor
That was certainly better than anything I had tried so far.
It resullted in a stepped line. Is there a way to make it a gradual slope the same way it would look if the viz was aggregated by year instead of steps?
- Greg_Deckler5 years ago
Community Champion
smanderson Hmm. Well, one way would be to add a trend line. The other way you could compute the y-intercept and slope of the line and then return points using that line equation.