Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello
I am trying to get a First call resolution based on if the same person calls back regarding the same issue within the next 7 days and 14 days (FCR7 & FCR14) - Below you will see a screenshot of the data I have
A column for the date they called
A colum for who took the calls
and the custom column is unique number which indicates, who called, and what the issue is
I want to see if the number in the custom column appears again in the next 7 days and 14 days - so that i can get the % of calls resolved the first time To calculate FCR, you need to divide the total number of calls resolved on the first attempt divided by the total number of calls received.
Here's the DAX measure formula to determine first call resolution based on whether the same person calls back about the same issue within the next 7 and 14 days:
Assuming you have a table named 'CallTable' with a column 'Date' representing the date of the call, a column 'Issue' representing the issue reported in the call, and a column 'Person' representing the person who made the call.
We use the VAR function to create two variables representing the date 7 and 14 days ago from today.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
17 | |
14 | |
10 | |
9 | |
6 |