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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Dear Team,
I have created a table like order .By using dax function I created a date column like date= CALENDAR(DATE(1990,01,01),DATE(1998,12,31)).I am trying to crating another column same like this but it is shown as "A table of multiple values was supplied where a single value was expected".How I can resolve this issue.
Thanks.
Solved! Go to Solution.
Hi @sreenu,
Were you trying to add a calculated column with this DAX?
date= CALENDAR(DATE(1990,01,01),DATE(1998,12,31))
This is not supported. As CALENDAR function returns a Table rather than a column. You can use this function to generate a calculated table.
Best regards,
Yuliana Gu
Hi @sreenu,
Were you trying to add a calculated column with this DAX?
date= CALENDAR(DATE(1990,01,01),DATE(1998,12,31))
This is not supported. As CALENDAR function returns a Table rather than a column. You can use this function to generate a calculated table.
Best regards,
Yuliana Gu
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!