March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Works
_group_weekday = IF( TLContactSummary[Day Series] = 2, DATEADD(TLContactSummary[Date], 3, DAY), TLContactSummary[Date])
Does not work
_group_weekday = IF( TLContactSummary[Day Series] = 2, DATEADD(TLContactSummary[Date], -3, DAY), TLContactSummary[Date]) ……………gives a null
This is for looking for Fridays numbers on Monday
Solved! Go to Solution.
Try:
_group_weekday = IF( TLContactSummary[Day Series] = 2,TLContactSummary[Date]+ 3, TLContactSummary[Date])
Try:
_group_weekday = IF( TLContactSummary[Day Series] = 2,TLContactSummary[Date]+ 3, TLContactSummary[Date])
What is the error message? Is TLContactSummary marked as a Dates table?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
9 | |
3 | |
2 | |
2 | |
2 |