This formula allows me to calculate a particular criteria for the current month in an automatic way instead to use manually the filter option (it can be used also to calculate the current year). I mean, imagine, we are in September and I want to know how many P1 in this current month, I can use the filter, in this case, next month, manually, I have to change the filter. This formula will do automatically without using the filter.
CALCULATE(CALCULATE(COUNT('table'[argument]),'table'[argument]="xxx"),
MONTH('table'[argument])=MONTH(TODAY()))
For the current year, just replace “month” by “year”.
For instance:
CALCULATE(CALCULATE(COUNT('incident'[Number]),'incident'[Priority]="P1"),
MONTH('incident'[Month])=MONTH(TODAY()))
When you are managing a team, “how to be a good manager” is the “must”...
As manager, I am doing many reports, even when I was an ITIL consultant, I still needed to do many reports...
ITIL V3 is going to be obsolete...
Managing an IT service when I start a new company is not an easy task, particularly true, if the service...