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))
az38
Community Champion
6 years ago- labuser12356 years ago
Helper IV
az38 Thank you so much for your quick response.
All(table1[dates old]) is giving me only 1 as constant line on that particular day. However, when tried allselected it worked perfectly fine.