March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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've made a measure that adds the annual projection adjustments to the current value, but the filter context is still monthly when you drill down. That means that only the months that hold the actual projeciton are reduced and the others are left at the scalar value.
I would like the projection to evaluate in a yearly context no matter what level of drill down is selected.
I've experimented with REMOVEFILTERS and CALCULATE , but I haven't found the right formula that would result in a sloped line instead of downward spikes whenever the projection month shows up.
The formulat I'm using so far for the measure is:
Solved! Go to Solution.
@smanderson ALLEXCEPT('Calendar'[Year]) ?
@smanderson ALLEXCEPT('Calendar'[Year]) ?
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?
@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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |