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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a date slicer that constantly updates with new dates, but I also always need the latest date selected.
the only way I have found to do this is to change the MAX date to text "Latest Week"
So my slicer looks like this;
this way the 'Latest week' selection is always the largest date, and I dont have to constantly republish the report with a new date as the default.
The problem I have is when I convery the 'FW as Date' column to text, it changes the format from DD/MM to MM/DD.
See below;
fw as week text = 'Lettings Fact_Lettings_Summary'[FW as Date].[Date]
The original date column is correct.
How can I stop this? Thanks!
Hi @nick9one1
Have you tried to change to text by doing this?:
fw as week text = FORMAT('Lettings Fact_Lettings_Summary'[FW as Date],"DD MM YYYY")
I think, you'll keep the expected format
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.