Maxim Zelensky
In order to simplify the usage of time intelligence functions, the DAX engine makes an assumption when two tables are related through a column of Date data type: When a filter is applied on the key of the relationship – Date[Date] in this example – the new filter overrides any other filter on the Date table. It basically applies a REMOVEFILTERS ( Date ) to the filter context every time you apply a filter on the Date[Date] column. This behavior occurs automatically only when the relationship is based on a column of Date data type.
When a filter is applied on the key of the relationship – Date[Date] in this example – the new filter overrides any other filter on the Date table.
когда фильтр применяется к Date[Date], новый фильтр перезаписывает другие фильтры в таблице дат. (если я правильно понял эту строчку)
В первой мере я не применяю фильтр на поле даты, а снимаю его и поэтому МесяцГод перезаписывает, а во второй я сначала снимаю и потом перезаписываю