The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am making a visual using date as a slicer.
When I have the data type set to Date, it shows up in the slicer like this:
When I have the data type set to Text, it shows up in the slicer like this:
I like the second way better, but I'd rather keep the data type as Date rather than Text. Is there a way to keep the data type as Text but have it displayed as the other way?
Solved! Go to Solution.
Hi, @rogletree , you may want to set date format this way,
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Hi, @rogletree , you may want to set date format this way,
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
That did it, thank you! I was looking in the wrong spot for changing the format.
Apologies your date format would be "mm/dd/yyyy"
Proud to be a Super User!
Have you tried changing the format of your date column to "dd/mm/yyyy" or to your preferred formatting?
Proud to be a Super User!