Hi,
I am new to Dax and having a problem calculating historic open claims report.
I have a fact table of insurance claims. Each row is a unique claim record number and includes a date opened and date closed field. Claims that are not yet closed have a blank in the closed column.
I want my report to include how many open claims existed over past weeks in the form of a bar chart. So for a given day/period in the past how many claims were open but not closed.
I have a dimension date table linked to my open claim date field.
suggestions on how to solve this would be appreciated. Thanks.