We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
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!
User | Count |
---|---|
64 | |
59 | |
46 | |
35 | |
32 |
User | Count |
---|---|
85 | |
85 | |
70 | |
51 | |
46 |