Hi Edith,
Assuming there are no other feeders going into "Revenue" it is absolutely feasible that this feeder you have shown here works perfectly well.
The reason for that is that "Month" does exist in the
source cube where Tarifa is and "Day" exists in your
Target Cube.
As you have pointed out the element names are identical for your N-Level elements in "Month" and C-Level elements in "Day".
As David highlighted; feeders work
FROM and
TO N-Level cells only. But you can use Consolidated elements on the Left or Right hand side of the Feeder statement as a shortcut for referencing all of the N-level elements that exist under that Consolidation.
So essentially by including the !Month notation you are saying you want to Feed FROM "Octubre 2020" in the Source Cube - this makes perfect sense it is N-Level.
And it wants to feed to the C-Level element "Octubure 2020" in your Target cube... in the background the system actually generates feeders for every N-Level element UNDER the consolidation you have targeted.
So when your statement says that you want to feed Octubure 2020, it actually reads it as if you had typed 31 different lines of feeders and feeds every element from the 1st to the 31st.
Note that you can feed an ancestor as opposed to just a parent element, so you could replace !Month with a hardcoded '2020' and you would see that all of the days in 2020 get fed and all other years are missed.
------------------------------
Declan Rodger
------------------------------