Forum Discussion
labuser1235
Helper IV
6 years agoConstant count through out the time line
Hi All, I would like to have a DAX measure where it shows the count of entire rows in a table and that being constant through out the time line. For example in the given table1 image there ar...
- 6 years ago
New measures =CALCULATE(countrrows(Table),ALLCROSSFILTERED(Table))
amitchandak
Super User
6 years agoNew measures =CALCULATE(countrrows(Table),ALLCROSSFILTERED(Table))
labuser1235
Helper IV
6 years agoamitchandak Thank you so much. It worked like charm 🙂