Forum Discussion
DAX Query - Due by last week - Week Begin on Saturday
- Anonymous2 years ago
Hi KevinMorneault ,
Please try:Column = IF('DWH_INV_INVESTMENT'[schedule_finish]<(TODAY()-WEEKDAY(TODAY())),"Yes","No")Output:
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi All
Here's another update, this one doesn't produce any error and do generate result but only have no as a result and i should see some Yes, i needed to remove Today() which i would need it, but if i keep it, generate an error
Here's the updated query
Hi KevinMorneault ,
Please try:
Column = IF('DWH_INV_INVESTMENT'[schedule_finish]<(TODAY()-WEEKDAY(TODAY())),"Yes","No")
Output:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum