Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.