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
Trying to create a new column that takes the date and converts it into the Quarter + Year. The column that has the dates in it is formatted YYYY-MM-DD When I use the following: Column = 'Sold'[SoldDate].[Quarter] & " " & 'Sold'[SoldDate].[Year] I get the error that "Sold cannot be used with a variation 'Quarter' because it does not have any"
Solved! Go to Solution.
@Anonymous -
I'd guess that your [SoldDate] is of data type Text. If data type is Date then it works for me as is.
Proud to be a Super User!
@Anonymous -
I'd guess that your [SoldDate] is of data type Text. If data type is Date then it works for me as is.
Proud to be a Super User!
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.