Forum Discussion

dralexandero's avatar
dralexandero
Frequent Visitor
8 years ago
Solved

Filters won't work for visuals from calculated tables

Hello, I'm new to PowerBI and I'm trying to create a report for an insurance Policy Life Expectancy calculation.   The dataset is something like below:   The logic to calculate the result I...
  • dralexandero's avatar
    dralexandero
    8 years ago

    Hi danextian, I just figured out how to calculate that. Firstly, I created a measure to calculate the ActiveDays/PolicyCount for each date and bucket. Next, I transformed the diagonal values into row values by using a new row index. Finally, I used the DAX "SUMX(VALUES(Table[date]), [Measure])" to calculate the SUM of each row and got what I need. Thanks, though. :smileyhappy: