Forum Discussion
Measure ignoring slicer
- 2 years ago
Anonymous , Try like
Antal projekt saknar RE =
CALCULATE ( DISTINCTCOUNT ( ProjektLime[LimeID] ), filter(ProjektLime, ISBLANK(ProjektLime[RE]) ))CALCULATE with and without FILTER- https://youtu.be/KDcmzwgPvXQ
http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/
Anonymous , Try like
Antal projekt saknar RE =
CALCULATE ( DISTINCTCOUNT ( ProjektLime[LimeID] ), filter(ProjektLime, ISBLANK(ProjektLime[RE]) ))
CALCULATE with and without FILTER- https://youtu.be/KDcmzwgPvXQ
http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/
- Anonymous2 years agoNot applicable
Thank you for your prompt reply, that worked very well! I'll have a look at the video to understand why I need to do it that way, thanks again!