Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Count Rows up to date of Row

Good day Community,    I have made some research and afraid I cannot find the answer. I'm posting new question. I work with KPI now and I need to calculate number of rows every month and up to date...
  • ERD's avatar
    ERD
    5 years ago

    If you're using a calendar table with a year column (as an example), you need to create relations between your fact table and calendar table on the date column.

    If you want your measure to be filtered by this slicer, then you need to change it a bit: use ALLSELECTED instead of ALL.