Forum Discussion
Anonymous
4 years agoNot applicable
RemoveFilters is not working
Hi. Yet another post about removefilters not working but none of the other answers have helped. Please, please help me resolve. Summary: I am trying to create a clustered table that contains: ...
tamerj1
Community Champion
4 years agoAnonymous
I may suggest
_Inc SC Avg Count by W# =
DIVIDE (
AVERAGEX (
VALUES ( 'DATE Table'[_Date SC Week of Month (# only)] ),
CALCULATE (
[_Inc Count],
ALLEXCEPT ( 'DATE Table', 'DATE Table'[_Date SC Week of Month (Week Name] )
)
),
CALCULATE (
DATEDIFF ( MIN ( INCIDENTS[Date] ), MAX ( INCIDENTS[Date] ), MONTH ),
ALLEXCEPT ( 'DATE Table', 'DATE Table'[_Date SC Week of Month (Week Name)] )
)
)
Anonymous
4 years agoNot applicable
Tamerj1 is so beyond awesome, it's amazing. Never gave up...stayed with it for DAYS and HOORAY!!!!! FOUND THE SOLUTION.
THANK YOU tamerj1 !!!!!!!!