Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a measure which takes max date from a table and then works out different time intelligence. It was working fine and ti started giving error.
If I change var Tdy = Today() it works, but it is not accepting Today() -1. I need the last tdate from the table to be the base or I need a calculation to be applied to Today
Any help is appreciated
Solved! Go to Solution.
This maybe useful for someone, I finally managed the figure out the problem. The error was happening downstream the code and it was due to a calculation Date(Year(RptDate), Month(RptDate), Day(RptDate)-28)..Strongly recommend do not deduct days like this, as based on the current date eg it was 28th Nov today, the day return 0 causing the error.
Its difficult to trouble shoot as Dax does not highlight the row where the error occurs.
This maybe useful for someone, I finally managed the figure out the problem. The error was happening downstream the code and it was due to a calculation Date(Year(RptDate), Month(RptDate), Day(RptDate)-28)..Strongly recommend do not deduct days like this, as based on the current date eg it was 28th Nov today, the day return 0 causing the error.
Its difficult to trouble shoot as Dax does not highlight the row where the error occurs.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 31 | |
| 31 | |
| 20 | |
| 12 | |
| 12 |