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.
hi !
I wanted to get the first TimeSheet date encoded by every employee.
Solved! Go to Solution.
Hi @fsim
ALLEXCEPT can take a mixture of column & table references for arguments 2+.
So you could write this to ensure any filters from the 'Date' table are retained:
mindate =
CALCULATE (
MIN ( TS[msdyn_date] ),
ALLEXCEPT ( TS, TS[msdyn_bookableresource], 'Date' )
)
Does this achieve the result you are wanting?
Regards,
Owen
Hi @fsim
ALLEXCEPT can take a mixture of column & table references for arguments 2+.
So you could write this to ensure any filters from the 'Date' table are retained:
mindate =
CALCULATE (
MIN ( TS[msdyn_date] ),
ALLEXCEPT ( TS, TS[msdyn_bookableresource], 'Date' )
)
Does this achieve the result you are wanting?
Regards,
Owen
it worked.
I don't know why I wanted to add a column instead of a full table. Thank you !
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
15 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
12 |