Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi all,
Using PBID Jan, 2025.
Any ideas why the Calc Column in the screenshot is not displaying the result?
Thanks,
w
DATEADD (see https://learn.microsoft.com/en-us/dax/dateadd-function-dax) is returning a table, where the function is requiring a scalar value. Usually there's an error message, but i'm not sure why it's not appearing. You can simply add 365 to get the next year -
Next Year = 'Date'[Date] + 365
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 45 | |
| 37 |