Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |