Hi,
I have a question about AllExcept.
The model is 1 table named “X” that has Tree columns=
[Nr] - [Colour] - [Date]
I use a measure Quantity = Calculate(count(NR), AllExcept(X, X[Date]))
I use both [Colour] & [Date] in the Filter pane in the “filter on all pages”’
I thought that when “slicing” (filtering) on [colour] (via the filter pane) my measure Quantity would not change, because of the “allExcept” statement applying that only [Date] slicing will affect the measure?
→ in my model now measure quantities changes on both filtering [Date] and [Coulour]
couple of thoughts myself:
- is it not working because of 1 table in stead of “lookuptables”? (like a date table etc)
- is it not working because of using the filter pane to slice the report instead of a slicer on the page itself ?
Thanks a lot in advance
Kind regards,
Martin