Forum Discussion
dchakarova
3 years agoNew Member
Date problem
I have two measures in two different tables. In both tables i have a month and year columns. When i put my measures in a visual (a tale for now) and use the month from one of the tables it gives the ...
dchakarova
3 years agoNew Member
Now that i look at it one of my measures is incorrect and i don`t know why. I want it to sum a particular column and to filter it by the month and i use the month from the same table and it`s not the correct number that i check in my base. If i put the month from the calendar table it gets even worse.
that`s my measure now.
RT = CALCULATE(SUM('2019-2022'[sumrt]),'2019-2022'[mes])