Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I'm creating a resource report that uses following tables: one listing each resource name and their manager names, and the other one is assignment table records with assignment_id, date, manager_status, week start date, end date, resource name, hours_worked. One to many relationships between resource and assignment table using resource name.
The report displays a table with the resource name, manager name, week start date, manager_status, and hours_worked. When a week(week start date) is selected in the slicer, the table will show the assignments submitted that week. If a resource hasn't submitted an assignment, the fields for "worked hours" and "manager status" are blank because no data exists in the backend.
My goal is to replace these blanks with "N/A" to indicate missing submissions. Additionally, I want to count these "N/A" entries and display the total in a card.
The check here is there is no data available at the backend to make the changes, because will get entires once resources submitted their assignment sheet.
Can anyone guide me on how to set this up?
Solved! Go to Solution.
Hi @RKK ,
I worked on a similar report setup recently. We had a User table (containing all user data) and a DailyTimesheet table that captured daily timesheet entries. If a user didn’t submit a timesheet for a particular day, no entry existed, similar to your case.
Initially, we used measures to mark missing entries as “Entry Missing,” but this approach complicated calculations and analysis.
Instead, we did the following:
This approach provided a complete view of timesheet data, including missing entries, making it easier to analyze. I recommend a similar setup in your case.
Let me know if you need further help! 😊
Proud to be a Super User! Regards, Bipin Lala | Business Intelligence Developer | |
Hi @RKK ,
I worked on a similar report setup recently. We had a User table (containing all user data) and a DailyTimesheet table that captured daily timesheet entries. If a user didn’t submit a timesheet for a particular day, no entry existed, similar to your case.
Initially, we used measures to mark missing entries as “Entry Missing,” but this approach complicated calculations and analysis.
Instead, we did the following:
This approach provided a complete view of timesheet data, including missing entries, making it easier to analyze. I recommend a similar setup in your case.
Let me know if you need further help! 😊
Proud to be a Super User! Regards, Bipin Lala | Business Intelligence Developer | |
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
85 | |
84 | |
73 | |
49 |
User | Count |
---|---|
143 | |
132 | |
110 | |
65 | |
55 |