Forum Discussion
Line and Stacked Colum - How to Show Average on Line?
- 2 years ago
In the Allexcepted put the column date that your are using in the charte.
Allexcepted will remove all filter on that table except on the column you mention, so I think it Could solve your problem.
Try...
Try something using Allexcepted.
DAX is all about context and for that reason is important to have the right example.
In my example is working fine on my side...
Hmmm. ALLEXCEPT looks useful but I'm struggling to work out the implementation.
The following measure just gives me the same average on each date.
- _AAndrade2 years ago
Resident Rockstar
In the Allexcepted put the column date that your are using in the charte.
Allexcepted will remove all filter on that table except on the column you mention, so I think it Could solve your problem.
Try...
- cw9002 years ago
Helper I
That was it 🙂
Thank you.
- _AAndrade2 years ago
Resident Rockstar
Great. You're welcome.