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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to create a date table so I can use quarters. I get the following DAX error, does anyone know how to fix this?
The syntax for 'Date' is incorrect. Date = (DAX(ADDCOLUMNS(CALENDAR("07-01-2011","06-30-2019'),"Date As Integer", FORMAT([Date],"YYYYMMDD"),"Month Number",FORMAT([Date],"mm"),"Year Month Short",FORMAT([Date],"mmm-YYYY"),"Year",FORMAT([Date],"YYYY"),"Month Name Long",FORMAT([Date],"mmmm"),"FY Month Year",FORMAT([Date],"mmm-yyyy"),"Day of Week",FORMAT([Date],"dddd"),"Day of Month",FORMAT([Date],"d"),"Day of Week Short",FORMAT([Date],"ddd"),"Quater","Q"& FORMAT([Date],"Q"),"Year Quarter",FORMAT([Date],"YYYY"&"/"& FORMAT([Date],"Q")))))
Solved! Go to Solution.
Never mind. I just found that I had a ' where a " needed to be.
Never mind. I just found that I had a ' where a " needed to be.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 67 | |
| 59 | |
| 45 | |
| 19 | |
| 15 |