Forum Discussion
StuartSmith
Power Participant
2 years agoCorrect Row Count ( Example file attached)
I have a table visual that is made up of various columns (measures) and there is also a visual filter... Closed before = Sumx(values('Master Lookup Table'[Buidling Code]), IF([Location Stat...
- Anonymous2 years ago
Hi StuartSmith ,
Please update your measure.
Count Rows = VAR AllRows = COUNTROWS(FILTER(ALLSELECTED('Master Lookup Table'),[Closed before]=0)) Return AllRowsBest Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
StuartSmith
Power Participant
2 years agoUnsure how I can change the report so it filters "Archvied" sites that are closed before the date slicer selection without using...
Closed before =
Sumx(values('Master Lookup Table'[Buidling Code]),
IF([Location Status] = "Archived" && [Date Closed] < [1) First Period Date] , 1,
0))