Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
Hi @Anish76 ,
You can create a calculated column as below the table 'FCM_Shift'':
Column =
CALCULATE (
MAX ( 'Attendance Details_Afterhours'[Check-In] ),
FILTER (
'Attendance Details_Afterhours',
'Attendance Details_Afterhours'[Name] = 'FCM_Shift'[Name]
&& 'Attendance Details_Afterhours'[Date] = 'FCM_Shift'[Date] //add another conditions
)
)
If the above one can't help you get the expected result, please provide some raw data in the table 'Attendance Details_Afterhours' and 'FCM_Shift' (exclude sensitive data) with Text format and your expected result with specific examples. Is there any restrictive relationship between these two tables other than the field [Name], such as 'Attendance Details_Afterhours'[Shift] and 'FCM_Shift'[Shift Timings] & 'FCM_Shift'[Shift Group]? It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi @Anish76 ,
You can create a calculated column as below the table 'FCM_Shift'':
Column =
CALCULATE (
MAX ( 'Attendance Details_Afterhours'[Check-In] ),
FILTER (
'Attendance Details_Afterhours',
'Attendance Details_Afterhours'[Name] = 'FCM_Shift'[Name]
&& 'Attendance Details_Afterhours'[Date] = 'FCM_Shift'[Date] //add another conditions
)
)
If the above one can't help you get the expected result, please provide some raw data in the table 'Attendance Details_Afterhours' and 'FCM_Shift' (exclude sensitive data) with Text format and your expected result with specific examples. Is there any restrictive relationship between these two tables other than the field [Name], such as 'Attendance Details_Afterhours'[Shift] and 'FCM_Shift'[Shift Timings] & 'FCM_Shift'[Shift Group]? It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |