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! Request now
I have a column called "visual date" which contains following data for example...data type of column is "text".
( i have added visual date column in data view tab by using DAX)
2023
2022
2023 -Qtr 1
2022 -Qtr 2
Jan - Second half - 2022
March - First half -2023
Week - 47 - 2022
Week 15 - 2023
Dec - 202201/05/2022
and so on ...
I want to sort visual date column by date. How to do this ?
Hey,
Try using this, whenever you are adding your visual date column in data view by using DAX, there only try to use DATEVALUE function which will help you to sort your date column by date format.
For Example like this:-
SOLUTION: new date = DATEVALUE('Superstore - Orders (1)'[Order Date].[Date])
what would be the expected outcome based on this sample data?
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.