Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi everybody, I really need your help. So I have a table with non continious dates (they are working days dates), and I need to calculate the YoY variation. The issue I have is that using dateadd returns blanks values instead of the closest avaiable date. For example if my current date is october 02, 2023 I want it to return the variation considering as last year date september 30, 2022 (since october 2 and october 1 are weekends). Please I need your help.
Hi @hescudero95
@lbendlinThank you very much for sharing
I understand that you encountered an error when using dateadd.
You mentioned that you have a table containing non-consecutive dates.
For the dateadd function, it returns a table containing a column of dates that are shifted forward or backward in time by a specified number of intervals from the date in the current context.
Note that if the dates in the current context do not form consecutive intervals, this function will return an error.
You can view the link below for more details:
DATEADD function (DAX) - DAX | Microsoft Learn
If you still have problems, it is best to provide the pbix file and be careful to delete sensitive data.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Add a contiguous and covering Calendar table to your data model. Run the time intelligence functions against that table.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 22 | |
| 10 | |
| 10 | |
| 7 | |
| 5 |