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.
I have an M query as follows:
each if([SprintStartDate] <= Date.From(DateTime.LocalNow()) then <some logic>
this logic is not working, as it does not consider DateTime.LocalNow() as just a date.
I just need to get the date as my SprintStartDate is 1/17/2024 format.
Thanks,
Solved! Go to Solution.
I figured it out, for those that need it :
each if([SprintStartDate] <= Date.From(DateTime.Date(DateTime.LocalNow())) then <some logic>
I figured it out, for those that need it :
each if([SprintStartDate] <= Date.From(DateTime.Date(DateTime.LocalNow())) then <some logic>
User | Count |
---|---|
11 | |
8 | |
5 | |
5 | |
4 |
User | Count |
---|---|
16 | |
14 | |
8 | |
6 | |
6 |