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 agoThanks guys, I will take a look, although not familiar with ADDcOLUMN & SUMMERISE, so will take a look.